|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jelly.TagSupport
org.apache.commons.jelly.tags.core.BaseClassLoaderTag
org.apache.commons.jelly.tags.core.ArgTag
public class ArgTag
An argument to a NewTag
or InvokeTag
.
This tag MUST be enclosed within an ArgTagParent
implementation.
Field Summary |
---|
Fields inherited from class org.apache.commons.jelly.tags.core.BaseClassLoaderTag |
---|
classLoader, useContextClassLoader |
Fields inherited from class org.apache.commons.jelly.TagSupport |
---|
body, context, parent |
Constructor Summary | |
---|---|
ArgTag()
|
Method Summary | |
---|---|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized. |
void |
setType(java.lang.String type)
The name of the argument class or type, if any. |
void |
setValue(java.lang.Object value)
The (possibly null) value of this argument. |
Methods inherited from class org.apache.commons.jelly.tags.core.BaseClassLoaderTag |
---|
getClassLoader, getUseContextClassLoader, setClassLoader, setUseContextClassLoader |
Methods inherited from class org.apache.commons.jelly.TagSupport |
---|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArgTag()
Method Detail |
---|
public void setType(java.lang.String type)
boolean, int
, double
, etc.).
public void setValue(java.lang.Object value)
public void doTag(XMLOutput output) throws JellyTagException
Tag
JellyTagException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |