| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
com.jalios.jtaglib.ConditionalTag
com.jalios.jtaglib.IfTag
public class IfTag
| Field Summary | |
|---|---|
protected  boolean | 
predicate
 | 
static String | 
REVISION
 | 
| Fields inherited from class com.jalios.jtaglib.ConditionalTag | 
|---|
breakselect, not | 
| Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport | 
|---|
bodyContent | 
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport | 
|---|
id, pageContext | 
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag | 
|---|
EVAL_BODY_BUFFERED, EVAL_BODY_TAG | 
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag | 
|---|
EVAL_BODY_AGAIN | 
| Fields inherited from interface javax.servlet.jsp.tagext.Tag | 
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE | 
| Constructor Summary | |
|---|---|
IfTag()
 | 
|
| Method Summary | |
|---|---|
 boolean | 
checkCondition()
Returns a boolean representing the condition that a particular subclass uses to drive its conditional logic.  | 
 boolean | 
getPredicate()
 | 
 void | 
setPredicate(boolean predicate)
 | 
| Methods inherited from class com.jalios.jtaglib.ConditionalTag | 
|---|
doStartTag, getBreakselect, getNot, reply, setBreakselect, setNot | 
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport | 
|---|
doAfterBody, doEndTag, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent | 
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport | 
|---|
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface javax.servlet.jsp.tagext.Tag | 
|---|
getParent, setPageContext, setParent | 
| Field Detail | 
|---|
public static final String REVISION
protected boolean predicate
| Constructor Detail | 
|---|
public IfTag()
| Method Detail | 
|---|
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)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||