public class IfTag extends ConditionalTag
Modifier and Type | Field and Description |
---|---|
protected boolean |
predicate |
static java.lang.String |
REVISION |
breakselect, not
Constructor and Description |
---|
IfTag() |
Modifier and Type | Method and Description |
---|---|
boolean |
checkCondition()
Returns a boolean representing the condition that
a particular subclass uses to drive its conditional logic.
|
boolean |
getPredicate() |
void |
setPredicate(boolean predicate) |
doStartTag, getBreakselect, getNot, reply, setBreakselect, setNot
doAfterBody, doEndTag, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
public static final java.lang.String REVISION
protected boolean predicate
public boolean checkCondition()
ConditionalTag
Returns a boolean representing the condition that a particular subclass uses to drive its conditional logic.
checkCondition
in class ConditionalTag
public boolean getPredicate()
public void setPredicate(boolean predicate)
Copyright © 2001-2018 Jalios SA. All Rights Reserved.