public class IfTag extends ConditionalTagSupport
Tag handler for <if> in JSTL's rtexprvalue library. Because of the support provided by the ConditionalTagSupport class, this tag is trivial enough not to require a separate base supporting class common to both libraries.
EVAL_BODY_AGAINEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description |
|---|
IfTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
release()
Releases any resources this ConditionalTagSupport may have (or inherit).
|
void |
setTest(boolean test) |
doStartTag, setScope, setVardoAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic void release()
ConditionalTagSupportrelease in interface Tagrelease in class ConditionalTagSupportTag.release()public void setTest(boolean test)
Copyright © 2010 - 2020 Adobe. All Rights Reserved