public class ArgTag extends BaseClassLoaderTag
NewTag or InvokeTag.
This tag MUST be enclosed within an ArgTagParent
implementation.classLoader, useContextClassLoaderbody, context, parent| Constructor and Description |
|---|
ArgTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized.
|
void |
setType(String type)
The name of the argument class or type, if any.
|
void |
setValue(Object value)
The (possibly null) value of this argument.
|
getClassLoader, getUseContextClassLoader, setClassLoader, setUseContextClassLoaderfindAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBodypublic void setType(String type)
boolean, int, double, etc.).public void setValue(Object value)
public void doTag(XMLOutput output) throws JellyTagException
TagJellyTagExceptionCopyright © 2012 Apache Software Foundation. All Rights Reserved.