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, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic 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.TagdoStartTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionpublic 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-2017 Jalios SA. All Rights Reserved.