public class ConditionalTag
extends javax.servlet.jsp.tagext.BodyTagSupport
Modifier and Type | Field and Description |
---|---|
protected boolean |
breakselect |
protected boolean |
not |
static java.lang.String |
REVISION |
Constructor and Description |
---|
ConditionalTag() |
Modifier and Type | Method and Description |
---|---|
boolean |
checkCondition()
Returns a boolean representing the condition that
a particular subclass uses to drive its conditional logic.
|
int |
doStartTag() |
boolean |
getBreakselect() |
boolean |
getNot() |
protected boolean |
reply(boolean b) |
void |
setBreakselect(boolean breakselect) |
void |
setNot(boolean not) |
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 breakselect
protected boolean not
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
public boolean checkCondition()
Returns a boolean representing the condition that a particular subclass uses to drive its conditional logic.
protected boolean reply(boolean b)
public boolean getBreakselect()
public void setBreakselect(boolean breakselect)
public boolean getNot()
public void setNot(boolean not)
Copyright © 2001-2010 Jalios SA. All Rights Reserved.