public class ArgTag extends BaseClassLoaderTag
NewTag
or InvokeTag
.
This tag MUST be enclosed within an ArgTagParent
implementation.classLoader, useContextClassLoader
body, 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, setUseContextClassLoader
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
public void setType(String type)
boolean, int
, double
, etc.).
public void setValue(Object value)
public void doTag(XMLOutput output) throws JellyTagException
Tag
JellyTagException
Copyright © 2014 Apache Software Foundation. All rights reserved.