org.mmbase.bridge.jsp.taglib.functions
Class BooleanFunctionTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.mmbase.bridge.jsp.taglib.ContextReferrerTag
org.mmbase.bridge.jsp.taglib.CloudReferrerTag
org.mmbase.bridge.jsp.taglib.NodeReferrerTag
org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag
org.mmbase.bridge.jsp.taglib.functions.BooleanFunctionTag
- All Implemented Interfaces:
- BodyTag, Condition, ContainerReferrer, FunctionContainerReferrer, IterationTag, Serializable, Tag
- public class BooleanFunctionTag
- extends AbstractFunctionTag
- implements Condition, FunctionContainerReferrer
A Function tag for a function with a 'boolean' result. It is a Condition tag, which means that
its body is or is not executed, in this case depending on the result of the function.
- Since:
- MMBase-1.7
- Version:
- $Id: BooleanFunctionTag.java,v 1.4 2005/01/30 16:46:38 nico Exp $
- Author:
- Michiel Meeuwissen
- See Also:
- Serialized Form
| Methods inherited from class org.mmbase.bridge.jsp.taglib.functions.AbstractFunctionTag |
getFunction, getFunction, getFunctionValue, getFunctionValue, setClassname, setContainer, setModule, setName, setNodemanager, setParameters, setReferids, setSet |
| Methods inherited from class org.mmbase.bridge.jsp.taglib.ContextReferrerTag |
doEndTag, findLoopOrQuery, findParentTag, findParentTag, findParentTag, findParentTag, findWriter, findWriter, getAttribute, getAttributeBoolean, getAttributeInteger, getAttributeInteger, getAttributeValue, getContentTag, getContextProvider, getContextTag, getDefaultLocale, getEscapedValue, getId, getObject, getObjectConditional, getPageContext, getPageContextTag, getReferid, getString, getTaglibVersion, getTimeZone, getWriterValue, haveBody, release, setContext, setEscape, setId, setJspvar, setListdelimiter, setPageContext, setReferid, setVartype, setWrite, setWriter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
inverse
protected Attribute inverse
BooleanFunctionTag
public BooleanFunctionTag()
setInverse
public void setInverse(String b)
throws JspTagException
- Description copied from interface:
Condition
- This attribute inverses the sense of the condition.
- Specified by:
setInverse in interface Condition
- Throws:
JspTagException
getInverse
protected boolean getInverse()
throws JspTagException
- Throws:
JspTagException
doStartTag
public int doStartTag()
throws JspTagException
- Specified by:
doStartTag in interface Tag
- Throws:
JspTagException
doAfterBody
public int doAfterBody()
throws JspTagException
- Specified by:
doAfterBody in interface IterationTag
- Throws:
JspTagException
MMBase build 1.8.1.20060716