public class IfTag
extends jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
Tag handler for <if> in JSTL's expression-evaluating library. Because of the support provided by the ConditionalTagSupport class, thistag 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(String test) |
doStartTag, setScope, setVar
public void release()
release
in interface jakarta.servlet.jsp.tagext.Tag
release
in class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
protected boolean condition() throws jakarta.servlet.jsp.JspTagException
condition
in class jakarta.servlet.jsp.jstl.core.ConditionalTagSupport
jakarta.servlet.jsp.JspTagException
public void setTest(String test)
Copyright © 2019,2020 Eclipse Foundation. All rights reserved.