Uses of Class
org.apache.commons.jelly.DynaTagSupport

Packages that use DynaTagSupport
org.apache.commons.jelly This package contains the main jelly API classes. 
org.apache.commons.jelly.impl Core implementation classes for Jelly. 
org.apache.commons.jelly.tags.core The core Tags from the JSTL plus Jelly extensions. 
 

Uses of DynaTagSupport in org.apache.commons.jelly
 

Subclasses of DynaTagSupport in org.apache.commons.jelly
 class DynaBeanTagSupport
          DynaBeanTag is a DynaTag implementation which uses a DynaBean to store its attribute values in.
 class MapTagSupport
          MapTag is a DynaTag implementation which uses a Map to store its attribute values in.
 

Uses of DynaTagSupport in org.apache.commons.jelly.impl
 

Subclasses of DynaTagSupport in org.apache.commons.jelly.impl
 class DynamicBeanTag
          This tag is bound onto a Java Bean class.
 class DynamicDynaBeanTag
          This tag is bound onto a DynaClass instance.
 class DynamicTag
          DynamicTag is a tag that is created from inside a Jelly script as a Jelly template and will invoke a given script, passing in its instantiation attributes as variables and will allow the template to invoke its instance body.
 class StaticTag
          StaticTag represents a static XML element which echos itself to XMLOutput when it is invoked.
 

Uses of DynaTagSupport in org.apache.commons.jelly.tags.core
 

Subclasses of DynaTagSupport in org.apache.commons.jelly.tags.core
 class SetPropertiesTag
          A tag which sets the bean properties on the given bean.
 class UseBeanTag
          A tag which instantiates an instance of the given class and then sets the properties on the bean.
 class UseListTag
          A tag which creates a List implementation and optionally adds all of the elements identified by the items attribute.