TagScript
in CoreTagLibrary
public class IfTag extends TagSupport
body, context, parent
Constructor and Description |
---|
IfTag()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
doTag(XMLOutput output)
Deprecated.
Evaluates this tag after all the tags properties have been initialized.
|
void |
setTest(Expression test)
Deprecated.
Sets the Jelly expression to evaluate.
|
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
Tag
public void setTest(Expression test)
test
- the Jelly expression to evaluateCopyright © 2014 Apache Software Foundation. All rights reserved.