Class WhenTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.jstl.core.ConditionalTagSupport
org.apache.taglibs.standard.tag.common.core.WhenTagSupport
org.apache.taglibs.standard.tag.rt.core.WhenTag
- All Implemented Interfaces:
Serializable,IterationTag,JspTag,Tag
Tag handler for <when> in JSTL's rtexprvalue library.
- See Also:
-
Field Summary
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAINFields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.taglibs.standard.tag.common.core.WhenTagSupport
doStartTagMethods inherited from class javax.servlet.jsp.jstl.core.ConditionalTagSupport
setScope, setVarMethods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
Constructor Details
-
WhenTag
public WhenTag()
-
-
Method Details
-
release
public void release()Description copied from class:ConditionalTagSupportReleases any resources this ConditionalTagSupport may have (or inherit).- Specified by:
releasein interfaceTag- Overrides:
releasein classConditionalTagSupport- See Also:
-
setTest
public void setTest(boolean test)
-