org.apache.strutsel.taglib.html
Class ELHiddenTag

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.apache.strutsel.taglib.html.ELHiddenTag
All Implemented Interfaces:
Serializable, BodyTag, IterationTag, Tag

public class ELHiddenTag
extends HiddenTag

Custom tag for input fields of type "hidden".

This class is a subclass of the class org.apache.struts.taglib.html.HiddenTag 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.

Version:
$Rev: 479635 $
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, redisplay, type
 
Fields inherited from class org.apache.struts.taglib.html.BaseInputTag
cols, maxlength, messages, name, property, rows, value
 
Fields inherited from class org.apache.struts.taglib.html.BaseHandlerTag
accesskey, doDisabled, doReadonly, 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
ELHiddenTag()
           
 
Method Summary
 int doStartTag()
          Process the start tag.
 String getAccesskeyExpr()
          Getter method for "accesskey" tag attribute.
 String getAltExpr()
          Getter method for "alt" tag attribute.
 String getAltKeyExpr()
          Getter method for "altKey" tag attribute.
 String getBundleExpr()
          Getter method for "bundle" tag attribute.
 String getDirExpr()
          Getter method for "dir" tag attribute.
 String getDisabledExpr()
          Getter method for "disabled" tag attribute.
 String getIndexedExpr()
          Getter method for "indexed" tag attribute.
 String getLangExpr()
          Getter method for "lang" tag attribute.
 String getNameExpr()
          Getter method for "name" tag attribute.
 String getOnblurExpr()
          Getter method for "onblur" tag attribute.
 String getOnchangeExpr()
          Getter method for "onchange" tag attribute.
 String getOnclickExpr()
          Getter method for "onclick" tag attribute.
 String getOndblclickExpr()
          Getter method for "ondblclick" tag attribute.
 String getOnfocusExpr()
          Getter method for "onfocus" tag attribute.
 String getOnkeydownExpr()
          Getter method for "onkeydown" tag attribute.
 String getOnkeypressExpr()
          Getter method for "onkeypress" tag attribute.
 String getOnkeyupExpr()
          Getter method for "onkeyup" tag attribute.
 String getOnmousedownExpr()
          Getter method for "onmousedown" tag attribute.
 String getOnmousemoveExpr()
          Getter method for "onmousemove" tag attribute.
 String getOnmouseoutExpr()
          Getter method for "onmouseout" tag attribute.
 String getOnmouseoverExpr()
          Getter method for "onmouseover" tag attribute.
 String getOnmouseupExpr()
          Getter method for "onmouseup" tag attribute.
 String getPropertyExpr()
          Getter method for "property" tag attribute.
 String getStyleClassExpr()
          Getter method for "styleClass" tag attribute.
 String getStyleExpr()
          Getter method for "style" tag attribute.
 String getStyleIdExpr()
          Getter method for "styleId" tag attribute.
 String getTitleExpr()
          Getter method for "title" tag attribute.
 String getTitleKeyExpr()
          Getter method for "titleKey" tag attribute.
 String getValueExpr()
          Getter method for "value" tag attribute.
 String getWriteExpr()
          Getter method for "write" tag attribute.
 void release()
          Resets attribute values for tag reuse.
 void setAccesskeyExpr(String accesskeyExpr)
          Setter method for "accesskey" tag attribute.
 void setAltExpr(String altExpr)
          Setter method for "alt" tag attribute.
 void setAltKeyExpr(String altKeyExpr)
          Setter method for "altKey" tag attribute.
 void setBundleExpr(String bundleExpr)
          Setter method for "bundle" tag attribute.
 void setDirExpr(String dirExpr)
          Setter method for "dir" tag attribute.
 void setDisabledExpr(String disabledExpr)
          Setter method for "disabled" tag attribute.
 void setIndexedExpr(String indexedExpr)
          Setter method for "indexed" tag attribute.
 void setLangExpr(String langExpr)
          Setter method for "lang" tag attribute.
 void setNameExpr(String nameExpr)
          Setter method for "name" tag attribute.
 void setOnblurExpr(String onblurExpr)
          Setter method for "onblur" tag attribute.
 void setOnchangeExpr(String onchangeExpr)
          Setter method for "onchange" tag attribute.
 void setOnclickExpr(String onclickExpr)
          Setter method for "onclick" tag attribute.
 void setOndblclickExpr(String ondblclickExpr)
          Setter method for "ondblclick" tag attribute.
 void setOnfocusExpr(String onfocusExpr)
          Setter method for "onfocus" tag attribute.
 void setOnkeydownExpr(String onkeydownExpr)
          Setter method for "onkeydown" tag attribute.
 void setOnkeypressExpr(String onkeypressExpr)
          Setter method for "onkeypress" tag attribute.
 void setOnkeyupExpr(String onkeyupExpr)
          Setter method for "onkeyup" tag attribute.
 void setOnmousedownExpr(String onmousedownExpr)
          Setter method for "onmousedown" tag attribute.
 void setOnmousemoveExpr(String onmousemoveExpr)
          Setter method for "onmousemove" tag attribute.
 void setOnmouseoutExpr(String onmouseoutExpr)
          Setter method for "onmouseout" tag attribute.
 void setOnmouseoverExpr(String onmouseoverExpr)
          Setter method for "onmouseover" tag attribute.
 void setOnmouseupExpr(String onmouseupExpr)
          Setter method for "onmouseup" tag attribute.
 void setPropertyExpr(String propertyExpr)
          Setter method for "property" tag attribute.
 void setStyleClassExpr(String styleClassExpr)
          Setter method for "styleClass" tag attribute.
 void setStyleExpr(String styleExpr)
          Setter method for "style" tag attribute.
 void setStyleIdExpr(String styleIdExpr)
          Setter method for "styleId" tag attribute.
 void setTitleExpr(String titleExpr)
          Setter method for "title" tag attribute.
 void setTitleKeyExpr(String titleKeyExpr)
          Setter method for "titleKey" tag attribute.
 void setValueExpr(String valueExpr)
          Setter method for "value" tag attribute.
 void setWriteExpr(String writeExpr)
          Setter method for "write" tag attribute.
 
Methods inherited from class org.apache.struts.taglib.html.HiddenTag
getWrite, setWrite
 
Methods inherited from class org.apache.struts.taglib.html.BaseFieldTag
formatValue, getAccept, getRedisplay, prepareValue, renderInputElement, setAccept, setRedisplay
 
Methods inherited from class org.apache.struts.taglib.html.BaseInputTag
doEndTag, getAutocomplete, getCols, getMaxlength, getName, getProperty, getRows, getSize, getValue, prepareName, setAutocomplete, setCols, setMaxlength, setName, setProperty, setRows, setSize, setValue
 
Methods inherited from class org.apache.struts.taglib.html.BaseHandlerTag
doErrorsExist, getAccesskey, getAlt, getAltKey, getBundle, getDir, getDisabled, getElementClose, getErrorKey, getErrorStyle, getErrorStyleClass, getErrorStyleId, getIndexed, getIndexValue, getLang, 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, prepareAttribute, prepareEventHandlers, prepareFocusEvents, prepareIndex, prepareInternationalization, prepareKeyEvents, prepareMouseEvents, prepareOtherAttributes, prepareStyles, prepareTextEvents, setAccesskey, setAlt, setAltKey, setBundle, setDir, setDisabled, setErrorKey, setErrorStyle, setErrorStyleClass, setErrorStyleId, setIndexed, setLang, 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

ELHiddenTag

public ELHiddenTag()
Method Detail

getAccesskeyExpr

public String getAccesskeyExpr()
Getter method for "accesskey" tag attribute. (Mapping set in associated BeanInfo class.)


getAltExpr

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


getAltKeyExpr

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


getBundleExpr

public String getBundleExpr()
Getter method for "bundle" tag attribute. (Mapping set in associated BeanInfo class.)


getDirExpr

public String getDirExpr()
Getter method for "dir" tag attribute. (Mapping set in associated BeanInfo class.)


getDisabledExpr

public String getDisabledExpr()
Getter method for "disabled" tag attribute. (Mapping set in associated BeanInfo class.)


getIndexedExpr

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


getLangExpr

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


getNameExpr

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


getOnblurExpr

public String getOnblurExpr()
Getter method for "onblur" tag attribute. (Mapping set in associated BeanInfo class.)


getOnchangeExpr

public String getOnchangeExpr()
Getter method for "onchange" tag attribute. (Mapping set in associated BeanInfo class.)


getOnclickExpr

public String getOnclickExpr()
Getter method for "onclick" tag attribute. (Mapping set in associated BeanInfo class.)


getOndblclickExpr

public String getOndblclickExpr()
Getter method for "ondblclick" tag attribute. (Mapping set in associated BeanInfo class.)


getOnfocusExpr

public String getOnfocusExpr()
Getter method for "onfocus" tag attribute. (Mapping set in associated BeanInfo class.)


getOnkeydownExpr

public String getOnkeydownExpr()
Getter method for "onkeydown" tag attribute. (Mapping set in associated BeanInfo class.)


getOnkeypressExpr

public String getOnkeypressExpr()
Getter method for "onkeypress" tag attribute. (Mapping set in associated BeanInfo class.)


getOnkeyupExpr

public String getOnkeyupExpr()
Getter method for "onkeyup" tag attribute. (Mapping set in associated BeanInfo class.)


getOnmousedownExpr

public String getOnmousedownExpr()
Getter method for "onmousedown" tag attribute. (Mapping set in associated BeanInfo class.)


getOnmousemoveExpr

public String getOnmousemoveExpr()
Getter method for "onmousemove" tag attribute. (Mapping set in associated BeanInfo class.)


getOnmouseoutExpr

public String getOnmouseoutExpr()
Getter method for "onmouseout" tag attribute. (Mapping set in associated BeanInfo class.)


getOnmouseoverExpr

public String getOnmouseoverExpr()
Getter method for "onmouseover" tag attribute. (Mapping set in associated BeanInfo class.)


getOnmouseupExpr

public String getOnmouseupExpr()
Getter method for "onmouseup" tag attribute. (Mapping set in associated BeanInfo class.)


getPropertyExpr

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


getStyleExpr

public String getStyleExpr()
Getter method for "style" tag attribute. (Mapping set in associated BeanInfo class.)


getStyleClassExpr

public String getStyleClassExpr()
Getter method for "styleClass" tag attribute. (Mapping set in associated BeanInfo class.)


getStyleIdExpr

public String getStyleIdExpr()
Getter method for "styleId" tag attribute. (Mapping set in associated BeanInfo class.)


getTitleExpr

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


getTitleKeyExpr

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


getValueExpr

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


getWriteExpr

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


setAccesskeyExpr

public void setAccesskeyExpr(String accesskeyExpr)
Setter method for "accesskey" tag attribute. (Mapping set in associated BeanInfo class.)


setAltExpr

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


setAltKeyExpr

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


setBundleExpr

public void setBundleExpr(String bundleExpr)
Setter method for "bundle" tag attribute. (Mapping set in associated BeanInfo class.)


setDirExpr

public void setDirExpr(String dirExpr)
Setter method for "dir" tag attribute. (Mapping set in associated BeanInfo class.)


setDisabledExpr

public void setDisabledExpr(String disabledExpr)
Setter method for "disabled" tag attribute. (Mapping set in associated BeanInfo class.)


setIndexedExpr

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


setLangExpr

public void setLangExpr(String langExpr)
Setter method for "lang" tag attribute. (Mapping set in associated BeanInfo class.)


setNameExpr

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


setOnblurExpr

public void setOnblurExpr(String onblurExpr)
Setter method for "onblur" tag attribute. (Mapping set in associated BeanInfo class.)


setOnchangeExpr

public void setOnchangeExpr(String onchangeExpr)
Setter method for "onchange" tag attribute. (Mapping set in associated BeanInfo class.)


setOnclickExpr

public void setOnclickExpr(String onclickExpr)
Setter method for "onclick" tag attribute. (Mapping set in associated BeanInfo class.)


setOndblclickExpr

public void setOndblclickExpr(String ondblclickExpr)
Setter method for "ondblclick" tag attribute. (Mapping set in associated BeanInfo class.)


setOnfocusExpr

public void setOnfocusExpr(String onfocusExpr)
Setter method for "onfocus" tag attribute. (Mapping set in associated BeanInfo class.)


setOnkeydownExpr

public void setOnkeydownExpr(String onkeydownExpr)
Setter method for "onkeydown" tag attribute. (Mapping set in associated BeanInfo class.)


setOnkeypressExpr

public void setOnkeypressExpr(String onkeypressExpr)
Setter method for "onkeypress" tag attribute. (Mapping set in associated BeanInfo class.)


setOnkeyupExpr

public void setOnkeyupExpr(String onkeyupExpr)
Setter method for "onkeyup" tag attribute. (Mapping set in associated BeanInfo class.)


setOnmousedownExpr

public void setOnmousedownExpr(String onmousedownExpr)
Setter method for "onmousedown" tag attribute. (Mapping set in associated BeanInfo class.)


setOnmousemoveExpr

public void setOnmousemoveExpr(String onmousemoveExpr)
Setter method for "onmousemove" tag attribute. (Mapping set in associated BeanInfo class.)


setOnmouseoutExpr

public void setOnmouseoutExpr(String onmouseoutExpr)
Setter method for "onmouseout" tag attribute. (Mapping set in associated BeanInfo class.)


setOnmouseoverExpr

public void setOnmouseoverExpr(String onmouseoverExpr)
Setter method for "onmouseover" tag attribute. (Mapping set in associated BeanInfo class.)


setOnmouseupExpr

public void setOnmouseupExpr(String onmouseupExpr)
Setter method for "onmouseup" tag attribute. (Mapping set in associated BeanInfo class.)


setPropertyExpr

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


setStyleExpr

public void setStyleExpr(String styleExpr)
Setter method for "style" tag attribute. (Mapping set in associated BeanInfo class.)


setStyleClassExpr

public void setStyleClassExpr(String styleClassExpr)
Setter method for "styleClass" tag attribute. (Mapping set in associated BeanInfo class.)


setStyleIdExpr

public void setStyleIdExpr(String styleIdExpr)
Setter method for "styleId" tag attribute. (Mapping set in associated BeanInfo class.)


setTitleExpr

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


setTitleKeyExpr

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


setValueExpr

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


setWriteExpr

public void setWriteExpr(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 Tag
Overrides:
release in class HiddenTag

doStartTag

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

Specified by:
doStartTag in interface Tag
Overrides:
doStartTag in class HiddenTag
Throws:
JspException - if a JSP exception has occurred


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.