public class CoreWhenTag extends TagSupport
id, pageContext
EVAL_BODY_AGAIN
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
Constructor and Description |
---|
CoreWhenTag() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag()
Process the tag.
|
void |
setTest(boolean test)
Sets the test expression.
|
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
public void setTest(boolean test)
test
- the test expression.public int doStartTag() throws JspException
doStartTag
in interface Tag
doStartTag
in class TagSupport
JspException