Example usage for javax.servlet.jsp.tagext TagSupport subclass-usage

List of usage examples for javax.servlet.jsp.tagext TagSupport subclass-usage

Introduction

In this page you can find the example usage for javax.servlet.jsp.tagext TagSupport subclass-usage.

Usage

From source file org.rhq.enterprise.gui.legacy.taglib.RecentAlertsTag.java

/**
 * <p>A JSP tag that will get the recent alerts for a user and put them in the request context.</p>
 *
 * <p>Attributes:
 *
 * <table border="1">

From source file com.googlecode.spring.appengine.taglib.UserTag.java

/**
 * JSP {@link Tag} which allows convenient access to the logged in {@link User} object.
 * Optionally exposes a <code>Object</code> scripting variable containing the value.
 * 
 * @author Marcel Overdijk
 * @since 0.2

From source file com.redhat.rhn.frontend.configuration.tags.ConfigFileTag.java

/**
 * ConfigFileTag
 * @version $Rev$
 */
public class ConfigFileTag extends TagSupport {

From source file net.sf.ginp.tags.GetCollectionTitles.java

/**
 *  Get PicCollection Titles. For each PicCollection that the user has
 *  access to, set the link to and name of the PicCollection.
 *
 *@author     Doug Culnane
 *@version    $Revision$

From source file no.kantega.commons.taglib.util.LabelTag.java

/**
 * Print the value of the property string with the given key.
 * If the String attribute locale is set this locale will be used, else
 * the request scoped attribute aksess_locale is tried.
 * If the request attribute is absent NO_no is used.
 */

From source file net.sf.ginp.tags.Link.java

/**
 *  Tag for encoding the href link and including the context
 *  of the application.
 *
 *@author     Doug Culnane
 *@version    $Revision$

From source file ch.entwine.weblounge.test.site.GreeterTag.java

/**
 * Sample tag implementation.
 */
public class GreeterTag extends TagSupport {

    /** Serial version uid */

From source file org.jboss.dashboard.ui.taglib.LinkTag.java

/**
 * Custom Tag which is used to provide URLs to invoke panels actions
 */
public class LinkTag extends javax.servlet.jsp.tagext.TagSupport {

    /**

From source file org.openmrs.contrib.metadatarepository.webapp.taglib.ConstantsTag.java

/**
 * <p>This class is designed to put all the public variables in a class to a
 * specified scope - designed for exposing a Constants class to Tag
 * Libraries.</p>
 *
 * <p>It is designed to be used as follows:

From source file org.openmrs.module.personalhr.web.taglib.PrivilegeTag.java

public class PrivilegeTag extends TagSupport {

    public static final long serialVersionUID = 11233L;

    private final Log log = LogFactory.getLog(getClass());