org.apache.struts.taglib.html
Class HiddenTag
Custom tag for input fields of type "hidden".
$Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $protected boolean | write- Should the value of this field also be rendered to the response?
|
accesskey, alt, altKey, bundle, defaultLocale, disabled, doDisabled, doReadonly, errorKey, errorStyle, errorStyleClass, errorStyleId, indexed, locale, log, loopTagStatusClass, loopTagStatusGetIndex, loopTagSupportClass, loopTagSupportGetStatus, messages, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, readonly, style, styleClass, styleId, tabindex, title, titleKey, triedJstlInit, triedJstlSuccess |
HiddenTag()- Construct a new instance of this tag.
|
int | doStartTag()- Generate the required input tag, followed by the optional rendered text.
|
boolean | getWrite()
|
void | release()- Release any acquired resources.
|
void | setWrite(boolean write)
|
doEndTag, doStartTag, getCols, getMaxlength, getName, getProperty, getRows, getSize, getValue, prepareName, release, setCols, setMaxlength, setName, setProperty, setRows, setSize, setValue |
doErrorsExist, getAccesskey, getAlt, getAltKey, getBundle, getDisabled, getElementClose, getErrorKey, getErrorStyle, getErrorStyleClass, getErrorStyleId, getIndexValue, getIndexed, getJstlLoopIndex, 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, prepareKeyEvents, prepareMouseEvents, prepareName, prepareOtherAttributes, prepareStyles, prepareTextEvents, release, setAccesskey, setAlt, setAltKey, setBundle, setDisabled, setErrorKey, setErrorStyle, setErrorStyleClass, setErrorStyleId, setIndexed, setLocale, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setStyle, setStyleClass, setStyleId, setTabindex, setTitle, setTitleKey |
write
protected boolean write
Should the value of this field also be rendered to the response?
HiddenTag
public HiddenTag()
Construct a new instance of this tag.
doStartTag
public int doStartTag()
throws JspException Generate the required input tag, followed by the optional rendered text.
Support for write property since Struts 1.1.
- doStartTag in interface BaseFieldTag
getWrite
public boolean getWrite()
setWrite
public void setWrite(boolean write)
Copyright ?? 2000-2014 - The Apache Software Foundation