public class HiddenTag extends BaseFieldTag
Modifier and Type | Field and Description |
---|---|
protected boolean |
write
Should the value of this field also be rendered to the response?
|
accept, redisplay, type
cols, maxlength, messages, name, property, rows, value
accesskey, doDisabled, doReadonly, indexed, tabindex
Constructor and Description |
---|
HiddenTag()
Construct a new instance of this tag.
|
Modifier and Type | Method and Description |
---|---|
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) |
formatValue, getAccept, getRedisplay, prepareValue, renderInputElement, setAccept, setRedisplay
doEndTag, getAutocomplete, getCols, getMaxlength, getName, getProperty, getRows, getSize, getValue, prepareName, setAutocomplete, setCols, setMaxlength, setName, setProperty, setRows, setSize, setValue
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
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
protected boolean write
public boolean getWrite()
public void setWrite(boolean write)
public int doStartTag() throws javax.servlet.jsp.JspException
write
property since Struts 1.1.doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class BaseFieldTag
javax.servlet.jsp.JspException
- if a JSP exception has occurredpublic void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class BaseFieldTag
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.