public class IfTag
extends javax.servlet.jsp.jstl.core.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.
Constructor and Description |
---|
IfTag() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
condition() |
void |
release() |
void |
setTest(boolean test) |
doStartTag, setScope, setVar
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
protected boolean condition()
condition
in class javax.servlet.jsp.jstl.core.ConditionalTagSupport
public void setTest(boolean test)
Copyright © 2014–2020. All rights reserved.