Tag Documentation[tag libraries] [tags] The following document contains a summary of all theJellytag libraries. Tag Libraries[tag libraries] [tags]
jelly:bean
A tag library for mapping tags to beans using a similar approach to Ant.
Tags[tag libraries] [tags] bean:beanCreates a bean for the given tag which is then either output as a variableor can be added to a parent tag.
bean:beanPropertyCreates a nested property via calling a beans createFoo() method theneither calling the setFoo(value) or addFoo(value) methods in a similar wayto how Ant tags construct themselves.
bean:beandefBinds a Java bean to the given named Jelly tag so that the attributes ofthe tag set the bean properties..
|