Package org.apache.commons.jelly.tags.bean

A tag library for mapping tags to beans using a similar approach to Ant.

See:
          Description

Class Summary
BeandefTag Binds a Java bean to the given named Jelly tag so that the attributes of the tag set the bean properties..
BeanPropertyTag Creates a nested property via calling a beans createFoo() method then either calling the setFoo(value) or addFoo(value) methods in a similar way to how Ant tags construct themselves.
BeanTag Creates a bean for the given tag which is then either output as a variable or can be added to a parent tag.
BeanTagLibrary Describes the Taglib.
 

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

A tag library for mapping tags to beans using a similar approach to Ant.



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