Example usage for javax.servlet.jsp.tagext Tag interface-usage

List of usage examples for javax.servlet.jsp.tagext Tag interface-usage

Introduction

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

Usage

From source file gov.nih.nci.rembrandt.web.taglib.HelpTag.java

/**
* caIntegrator License
* 
* Copyright 2001-2005 Science Applications International Corporation ("SAIC"). 
* The software subject to this notice and license includes both human readable source code form and machine readable, 
* binary, object code form ("the caIntegrator Software"). The caIntegrator Software was developed in conjunction with 

From source file gov.nih.nci.cananolab.util.ContextSensitiveHelpTag.java

/**
 * Custom tag for context sensitive help.
 */
public class ContextSensitiveHelpTag implements Tag, Serializable {

    private static final long serialVersionUID = 5618297483211863400L;

From source file org.rhq.enterprise.gui.legacy.taglib.display.BaseDecorator.java

/**
 * This class is an abstract class for decorators to inherit from for implementing decorators for columns.
 */
public abstract class BaseDecorator extends ColumnDecorator implements Tag {
    private static Log log = LogFactory.getLog(BaseDecorator.class.getName());

From source file org.hyperic.hq.ui.taglib.display.BaseDecorator.java

/**
 * This class is an abstract class for decorators to inherit from for
 * implementing decorators for columns.
 */
public abstract class BaseDecorator extends ColumnDecorator implements Tag {
    private static Log log = LogFactory.getLog(BaseDecorator.class.getName());

From source file net.sf.ginp.setup.tags.SetupTag.java

/**
 * Tag that redirects to ginp setup if no valid configuration is detected.
 * @author Justin Sher
 */
public class SetupTag implements Tag {
    PageContext context;

From source file org.rhq.enterprise.gui.legacy.taglib.display.ImageButtonDecorator.java

/**
 * This class is a two in one decorator/tag for use within the <code>TableTag</code>; it is a <code>
 * ColumnDecorator</code> tag that that creates a column of image buttons.
 */
public class ImageButtonDecorator extends ColumnDecorator implements Tag {
    //----------------------------------------------------static variables

From source file org.rhq.enterprise.gui.legacy.taglib.display.QuicknavDecorator.java

/**
 * This class is a two-in-one decorator/tag for use within the <code>TableTag</code>; it is a <code>
 * ColumnDecorator</code> tag that that creates a row of quicknav icons (i.e. [M][I][C][A] etc.) for the resource hub.
 *
 * @author Ian Springer
 */

From source file org.rhq.enterprise.gui.legacy.taglib.display.UserAckDecorator.java

/**
 * This class is a ColumnDecorator tag that that
 * creates either the name of someone that acknowledged the event
 * or a message with an onclick() handler on it.
 * 
 * @author Heiko W. Rupp

From source file org.rhq.enterprise.gui.legacy.taglib.display.CheckBoxDecorator.java

/**
 * This class is a two in one decorator/tag for use within the display:table tag, it is a ColumnDecorator tag that that
 * creates a column of checkboxes.
 */
public class CheckBoxDecorator extends ColumnDecorator implements Tag {
    //----------------------------------------------------static variables

From source file org.hyperic.hq.ui.taglib.display.QuicknavDecorator.java

/**
 * This class is a two in one decorator/tag for use within the
 * <code>TableTag</code>; it is a <code>ColumnDecorator</code> tag that that
 * creates a row of quicknav icons for the resource hub.
 */
public class QuicknavDecorator extends ColumnDecorator implements Tag {