public class WhenTag extends ConditionalTagSupport
pageContext| Constructor and Description |
|---|
WhenTag() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
condition() |
int |
doStartTag() |
void |
release() |
void |
setTest(boolean test) |
setScope, setVardoEndTag, findAncestorWithClass, getParent, setPageContext, setParentpublic int doStartTag()
throws javax.servlet.jsp.JspTagException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class ConditionalTagSupportjavax.servlet.jsp.JspTagExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class ConditionalTagSupportpublic void setTest(boolean test)
protected boolean condition()
condition in class ConditionalTagSupport