public class ArgumentTag extends BodyTagSupport
<argument>
tag is based on the JSTL fmt:param
tag.
The purpose is to support arguments inside the message and theme tags.
This tag must be nested under an argument aware tag.
Attribute | Required? | Runtime Expression? | Description |
---|---|---|---|
value | false | true | The value of the argument. |
MessageTag
,
ThemeTag
,
Serialized FormbodyContent
id, pageContext
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
EVAL_BODY_AGAIN
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
Constructor and Description |
---|
ArgumentTag() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
void |
release() |
void |
setValue(java.lang.Object value)
Set the value of the argument (optional).
|
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getParent, setPageContext, setParent
public void setValue(java.lang.Object value)
value
- the parameter valuepublic int doEndTag() throws JspException
doEndTag
in interface Tag
doEndTag
in class BodyTagSupport
JspException
public void release()
release
in interface Tag
release
in class BodyTagSupport