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, setNotdoAfterBody, doEndTag, doInitBody, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic static final java.lang.String REVISION
protected boolean predicate
public boolean checkCondition()
ConditionalTagReturns a boolean representing the condition that a particular subclass uses to drive its conditional logic.
checkCondition in class ConditionalTagpublic boolean getPredicate()
public void setPredicate(boolean predicate)
Copyright © 2001-2018 Jalios SA. All Rights Reserved.