public class WhileTag extends TagSupport
body, context, parent| Constructor and Description |
|---|
WhileTag()
Create a new while tag
|
| Modifier and Type | Method and Description |
|---|---|
void |
doTag(XMLOutput output)
Tag interface
|
void |
setTest(Expression e)
Setter for the expression
|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBodypublic void doTag(XMLOutput output) throws MissingAttributeException, JellyTagException
output - destination for xml outputMissingAttributeException - when the test attribute is missingException - for anything elseJellyTagExceptionpublic void setTest(Expression e)
e - the expression to testCopyright © 2012 Apache Software Foundation. All Rights Reserved.