Uses of Interface
org.apache.commons.jelly.DynaTag

Packages that use DynaTag
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 DynaTag in org.apache.commons.jelly
 

Classes in org.apache.commons.jelly that implement DynaTag
 class DynaBeanTagSupport
          DynaBeanTag is a DynaTag implementation which uses a DynaBean to store its attribute values in.
 class DynaTagSupport
          DynaTagSupport is an abstract base class for any DynaTag implementation to derive from.
 class MapTagSupport
          MapTag is a DynaTag implementation which uses a Map to store its attribute values in.
 

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

Classes in org.apache.commons.jelly.impl that implement DynaTag
 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 DynaTag in org.apache.commons.jelly.tags.core
 

Classes in org.apache.commons.jelly.tags.core that implement DynaTag
 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.