Class ChooseTag
java.lang.Object
org.apache.commons.jelly.TagSupport
org.apache.commons.jelly.tags.core.ChooseTag
- All Implemented Interfaces:
Tag
A tag which conditionally evaluates its body based on some condition
- Version:
- $Revision: 155420 $
- Author:
- James Strachan
-
Field Summary
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, parent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Evaluates this tag after all the tags properties have been initialized.protected boolean
protected void
setBlockEvaluated
(boolean blockEvaluated) Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
-
Constructor Details
-
ChooseTag
public ChooseTag()
-
-
Method Details
-
doTag
Description copied from interface:Tag
Evaluates this tag after all the tags properties have been initialized.- Throws:
JellyTagException
-
isBlockEvaluated
protected boolean isBlockEvaluated() -
setBlockEvaluated
protected void setBlockEvaluated(boolean blockEvaluated)
-