|
HDIV API 2.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.struts.taglib.html.BaseHandlerTag
org.apache.struts.taglib.html.BaseInputTag
org.apache.struts.taglib.html.BaseFieldTag
org.apache.struts.taglib.html.HiddenTag
org.hdiv.taglib.html.HiddenTagHDIV
public class HiddenTagHDIV
Renders an HTML <input> element of type hidden, populated from the specified value or the specified property of the bean associated with our current form. This tag is only valid when nested inside a form tag body.
HiddenTag,
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, defaultLocale, 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 | |
|---|---|
HiddenTagHDIV()
|
|
| Method Summary | |
|---|---|
int |
doStartTag()
Generate the required input tag, followed by the optional rendered text. |
protected void |
prepareValue(java.lang.StringBuffer results)
Render the value element. |
| Methods inherited from class org.apache.struts.taglib.html.HiddenTag |
|---|
getWrite, release, setWrite |
| Methods inherited from class org.apache.struts.taglib.html.BaseFieldTag |
|---|
formatValue, getAccept, getRedisplay, renderInputElement, setAccept, setRedisplay |
| Methods inherited from class org.apache.struts.taglib.html.BaseInputTag |
|---|
doEndTag, getCols, getMaxlength, getName, getProperty, getRows, getSize, getValue, prepareName, setCols, setMaxlength, setName, setProperty, setRows, setSize, setValue |
| Methods inherited from class org.apache.struts.taglib.html.BaseHandlerTag |
|---|
doErrorsExist, getAccesskey, getAlt, getAltKey, getBundle, getDisabled, getElementClose, getErrorKey, getErrorStyle, getErrorStyleClass, getErrorStyleId, getIndexed, getIndexValue, 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, prepareOtherAttributes, prepareStyles, prepareTextEvents, 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 |
| 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 |
|---|
public HiddenTagHDIV()
| Method Detail |
|---|
public int doStartTag()
throws javax.servlet.jsp.JspException
write property since Struts 1.1.
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class org.apache.struts.taglib.html.HiddenTagjavax.servlet.jsp.JspException - if a JSP exception has occurredorg.hdiv.composer.IDataComposer#compose(String, String, boolean)
protected void prepareValue(java.lang.StringBuffer results)
throws javax.servlet.jsp.JspException
prepareValue in class org.apache.struts.taglib.html.BaseFieldTagresults - The StringBuffer that output will be appended to.
javax.servlet.jsp.JspException
|
HDIV 2.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||