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, trimBody
public void doTag(XMLOutput output) throws MissingAttributeException, JellyTagException
output
- destination for xml outputMissingAttributeException
- when the test attribute is missingException
- for anything elseJellyTagException
public void setTest(Expression e)
e
- the expression to testCopyright © 2014 Apache Software Foundation. All rights reserved.