Package org.apache.commons.jelly.tags.dynabean

A tag library for creating new DynaClass and DynaBean objects from the beanutils library

See:
          Description

Class Summary
DynabeanTag A tag which conditionally evaluates its body based on some condition
DynabeanTagLibrary Describes the Taglib.
DynaclassTag A tag which creates and defines and creates a DynaClass The DynaClass object is placed by name in the context, so that a DynaBean tag can use it by name to instantiate a DynaBean object
PropertyTag DynaProperty tag defines a property of a DynaClass It can only exist inside a DynaClass parent context The properties are added to the properties array of the parent context, and will be used to create the DynaClass object
SetTag A tag which sets a variable from the result of an expression
 

Package org.apache.commons.jelly.tags.dynabean Description

A tag library for creating new DynaClass and DynaBean objects from the beanutils library



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