Package org.apache.commons.jelly
Class DynaTagSupport
java.lang.Object
org.apache.commons.jelly.TagSupport
org.apache.commons.jelly.DynaTagSupport
- Direct Known Subclasses:
DynaBeanTagSupport,DynamicTag,MapTagSupport,StaticTag
DynaTagSupport is an abstract base class
for any DynaTag implementation to derive from.
- Version:
- $Revision: 155420 $
- Author:
- James Strachan
-
Field Summary
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, parent -
Constructor Summary
Constructors -
Method Summary
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, trimBodyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.commons.jelly.DynaTag
setAttributeMethods inherited from interface org.apache.commons.jelly.Tag
doTag, getBody, getContext, getParent, invokeBody, setBody, setContext, setParent
-
Constructor Details
-
DynaTagSupport
public DynaTagSupport()
-
-
Method Details
-
getAttributeType
- Specified by:
getAttributeTypein interfaceDynaTag- Returns:
- the type of the given attribute. By default just return Object.class if this is not known.
- Throws:
JellyTagException
-