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

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

Introduction

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

Usage

From source file de.innovationgate.wgpublisher.webtml.Button.java

public class Button extends ActionBase implements DynamicAttributes {

    private static final long serialVersionUID = 1L;
    private String clickaction = null;
    private String param1 = null;
    private String param2 = null;

From source file net.jcreate.e3.tree.taglib.TreeTag.java

/**
 * 
 * @todo:  ?Tag
 * @author 
 *
 */

From source file org.nextframework.view.BaseTag.java

/**
 * @author rogelgarcia
 * @since 25/01/2006
 * @version 1.1
 */
@SuppressWarnings("deprecation")

From source file de.innovationgate.wgpublisher.webtml.Item.java

public class Item extends FormBase implements DynamicAttributes {

    /**
      * 
      */
    private static final long serialVersionUID = 1L;

From source file de.innovationgate.wgpublisher.webtml.Include.java

public class Include extends Base implements DynamicAttributes, PreferredOptionReceiverTag {

    /**
      * 
      */
    private static final long serialVersionUID = 1L;

From source file de.innovationgate.wgpublisher.webtml.URL.java

public class URL extends ActionBase implements DynamicAttributes {

    private static final long serialVersionUID = 1L;
    private String type;
    private String db;
    private String doc;

From source file de.innovationgate.wgpublisher.webtml.Input.java

public class Input extends ActionBase implements DynamicAttributes {

    private static final long serialVersionUID = 1L;

    /**
     * represents an HTML-Option (for example in an HTML-selectbox, an HTML-checkbox or an HTML-option