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.ant A tag library for using Ant tasks within Jelly 
org.apache.commons.jelly.tags.define Tag library which allows the creation of new tags using Jelly script itself. 
 

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 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 StaticTag
          StaticTag represents a static XML element which echos itself to XMLOutput when it is invoked.
 

Constructors in org.apache.commons.jelly.impl with parameters of type DynaTag
DynaTagScript(DynaTag tag)
           
 

Uses of DynaTag in org.apache.commons.jelly.tags.ant
 

Classes in org.apache.commons.jelly.tags.ant that implement DynaTag
 class AntTag
          Tag supporting ant's Tasks as well as dynamic runtime behaviour for 'unknown' tags.
 

Uses of DynaTag in org.apache.commons.jelly.tags.define
 

Classes in org.apache.commons.jelly.tags.define that implement DynaTag
 class BeanTag
          This tag is bound onto a Java Bean class.
 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.
 



Copyright © 2002-2002 Apache Software Foundation. All Rights Reserved.