Class ArgTag
java.lang.Object
org.apache.commons.jelly.TagSupport
org.apache.commons.jelly.tags.core.BaseClassLoaderTag
org.apache.commons.jelly.tags.core.ArgTag
- All Implemented Interfaces:
Tag
An argument to a
NewTag or InvokeTag.
This tag MUST be enclosed within an ArgTagParent
implementation.- Version:
- $Revision: 155420 $
- Author:
- Rodney Waldhoff
-
Field Summary
Fields inherited from class org.apache.commons.jelly.tags.core.BaseClassLoaderTag
classLoader, useContextClassLoaderFields inherited from class org.apache.commons.jelly.TagSupport
body, context, parent -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.jelly.tags.core.BaseClassLoaderTag
getClassLoader, getUseContextClassLoader, setClassLoader, setUseContextClassLoaderMethods 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
-
Constructor Details
-
ArgTag
public ArgTag()
-
-
Method Details
-
setType
The name of the argument class or type, if any. This may be a fully specified class name or a primitive type name (boolean,int,double, etc.). -
setValue
The (possibly null) value of this argument. -
doTag
Description copied from interface:TagEvaluates this tag after all the tags properties have been initialized.- Throws:
JellyTagException
-