org.apache.struts.taglib.html
Class HiddenTag
Custom tag for input fields of type "hidden".
Version:
- Craig R. McClanahan
protected boolean | write- Should the value of this field also be rendered to the response?
|
accesskey, alt, altKey, bundle, defaultLocale, disabled, 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, getProperty, getRows, getSize, getValue, release, setCols, setMaxlength, setProperty, setRows, setSize, setValue |
getAccesskey, getAlt, getAltKey, getBundle, getDisabled, getElementClose, 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, prepareEventHandlers, prepareFocusEvents, prepareIndex, prepareKeyEvents, prepareMouseEvents, prepareStyles, prepareTextEvents, release, 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 |
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()
release
public void release()
Release any acquired resources.
- release in interface BaseFieldTag
setWrite
public void setWrite(boolean write)
Copyright B) 2000-2005 - Apache Software Foundation