HDIV API 2.0.4

org.hdiv.strutsel.taglib.html
Class ELHiddenTagHDIV

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by org.apache.struts.taglib.html.BaseHandlerTag
              extended by org.apache.struts.taglib.html.BaseInputTag
                  extended by org.apache.struts.taglib.html.BaseFieldTag
                      extended by org.apache.struts.taglib.html.HiddenTag
                          extended by org.hdiv.taglib.html.HiddenTagHDIV
                              extended by org.hdiv.strutsel.taglib.html.ELHiddenTagHDIV
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag

public class ELHiddenTagHDIV
extends HiddenTagHDIV

Custom tag for input fields of type "hidden".

This class is a subclass of the class org.hdiv.taglib.html.HiddenTagHDIV which provides most of the described functionality. This subclass allows all attribute values to be specified as expressions utilizing the JavaServer Pages Standard Library expression language.

Since:
HDIV 1.1.2
Author:
Gorka Vicente
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.taglib.html.HiddenTag
write
 
Fields inherited from class org.apache.struts.taglib.html.BaseFieldTag
accept, name, redisplay, type
 
Fields inherited from class org.apache.struts.taglib.html.BaseInputTag
cols, maxlength, messages, property, rows, value
 
Fields inherited from class org.apache.struts.taglib.html.BaseHandlerTag
accesskey, defaultLocale, indexed, tabindex
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ELHiddenTagHDIV()
           
 
Method Summary
 int doStartTag()
          Process the start tag.
 java.lang.String getAltExpr()
          Getter method for "alt" tag attribute.
 java.lang.String getAltKeyExpr()
          Getter method for "altKey" tag attribute.
 java.lang.String getIndexedExpr()
          Getter method for "indexed" tag attribute.
 java.lang.String getNameExpr()
          Getter method for "name" tag attribute.
 java.lang.String getPropertyExpr()
          Getter method for "property" tag attribute.
 java.lang.String getTitleExpr()
          Getter method for "title" tag attribute.
 java.lang.String getTitleKeyExpr()
          Getter method for "titleKey" tag attribute.
 java.lang.String getValueExpr()
          Getter method for "value" tag attribute.
 java.lang.String getWriteExpr()
          Getter method for "write" tag attribute.
 void release()
          Resets attribute values for tag reuse.
 void setAltExpr(java.lang.String altExpr)
          Setter method for "alt" tag attribute.
 void setAltKeyExpr(java.lang.String altKeyExpr)
          Setter method for "altKey" tag attribute.
 void setIndexedExpr(java.lang.String indexedExpr)
          Setter method for "indexed" tag attribute.
 void setNameExpr(java.lang.String nameExpr)
          Setter method for "name" tag attribute.
 void setPropertyExpr(java.lang.String propertyExpr)
          Setter method for "property" tag attribute.
 void setTitleExpr(java.lang.String titleExpr)
          Setter method for "title" tag attribute.
 void setTitleKeyExpr(java.lang.String titleKeyExpr)
          Setter method for "titleKey" tag attribute.
 void setValueExpr(java.lang.String valueExpr)
          Setter method for "value" tag attribute.
 void setWriteExpr(java.lang.String writeExpr)
          Setter method for "write" tag attribute.
 
Methods inherited from class org.hdiv.taglib.html.HiddenTagHDIV
formatValue, prepareAttribute, prepareName, prepareOtherAttributes, prepareValue, renderInputElement
 
Methods inherited from class org.apache.struts.taglib.html.HiddenTag
getWrite, setWrite
 
Methods inherited from class org.apache.struts.taglib.html.BaseFieldTag
getAccept, getName, getRedisplay, setAccept, setName, setRedisplay
 
Methods inherited from class org.apache.struts.taglib.html.BaseInputTag
doEndTag, getCols, getMaxlength, getProperty, getRows, getSize, getValue, setCols, setMaxlength, setProperty, setRows, setSize, setValue
 
Methods inherited from class org.apache.struts.taglib.html.BaseHandlerTag
getAccesskey, getAlt, getAltKey, getBundle, getDisabled, getElementClose, getIndexed, getLocale, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getReadonly, getStyle, getStyleClass, getStyleId, getTabindex, getTitle, getTitleKey, isXhtml, lookupProperty, message, prepareEventHandlers, prepareFocusEvents, prepareIndex, prepareKeyEvents, prepareMouseEvents, prepareStyles, prepareTextEvents, setAccesskey, setAlt, setAltKey, setBundle, setDisabled, setIndexed, setLocale, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setStyle, setStyleClass, setStyleId, setTabindex, setTitle, setTitleKey
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

ELHiddenTagHDIV

public ELHiddenTagHDIV()
Method Detail

getAltExpr

public java.lang.String getAltExpr()
Getter method for "alt" tag attribute. (Mapping set in associated BeanInfo class.)


getAltKeyExpr

public java.lang.String getAltKeyExpr()
Getter method for "altKey" tag attribute. (Mapping set in associated BeanInfo class.)


getIndexedExpr

public java.lang.String getIndexedExpr()
Getter method for "indexed" tag attribute. (Mapping set in associated BeanInfo class.)


getNameExpr

public java.lang.String getNameExpr()
Getter method for "name" tag attribute. (Mapping set in associated BeanInfo class.)


getPropertyExpr

public java.lang.String getPropertyExpr()
Getter method for "property" tag attribute. (Mapping set in associated BeanInfo class.)


getTitleExpr

public java.lang.String getTitleExpr()
Getter method for "title" tag attribute. (Mapping set in associated BeanInfo class.)


getTitleKeyExpr

public java.lang.String getTitleKeyExpr()
Getter method for "titleKey" tag attribute. (Mapping set in associated BeanInfo class.)


getValueExpr

public java.lang.String getValueExpr()
Getter method for "value" tag attribute. (Mapping set in associated BeanInfo class.)


getWriteExpr

public java.lang.String getWriteExpr()
Getter method for "write" tag attribute. (Mapping set in associated BeanInfo class.)


setAltExpr

public void setAltExpr(java.lang.String altExpr)
Setter method for "alt" tag attribute. (Mapping set in associated BeanInfo class.)


setAltKeyExpr

public void setAltKeyExpr(java.lang.String altKeyExpr)
Setter method for "altKey" tag attribute. (Mapping set in associated BeanInfo class.)


setIndexedExpr

public void setIndexedExpr(java.lang.String indexedExpr)
Setter method for "indexed" tag attribute. (Mapping set in associated BeanInfo class.)


setNameExpr

public void setNameExpr(java.lang.String nameExpr)
Setter method for "name" tag attribute. (Mapping set in associated BeanInfo class.)


setPropertyExpr

public void setPropertyExpr(java.lang.String propertyExpr)
Setter method for "property" tag attribute. (Mapping set in associated BeanInfo class.)


setTitleExpr

public void setTitleExpr(java.lang.String titleExpr)
Setter method for "title" tag attribute. (Mapping set in associated BeanInfo class.)


setTitleKeyExpr

public void setTitleKeyExpr(java.lang.String titleKeyExpr)
Setter method for "titleKey" tag attribute. (Mapping set in associated BeanInfo class.)


setValueExpr

public void setValueExpr(java.lang.String valueExpr)
Setter method for "value" tag attribute. (Mapping set in associated BeanInfo class.)


setWriteExpr

public void setWriteExpr(java.lang.String writeExpr)
Setter method for "write" tag attribute. (Mapping set in associated BeanInfo class.)


release

public void release()
Resets attribute values for tag reuse.

Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class org.apache.struts.taglib.html.HiddenTag

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Process the start tag.

Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class HiddenTagHDIV
Throws:
javax.servlet.jsp.JspException - if a JSP exception has occurred
See Also:
org.hdiv.composer.IDataComposer#compose(String, String, boolean)

HDIV 2.0.4

Copyright © 2008 hdiv.org. All Rights Reserved.