Package org.apache.commons.jelly.tags.define

Tag library which allows the creation of new tags using Jelly script itself.

See:
          Description

Class Summary
AttributeTag This tag is bound onto a Java Bean class.
BeanTag Binds a Java bean to the given named Jelly tag so that the attributes of the tag set the bean properties..
ClassLoaderTag Creates a new URLClassLoader to dynamically load tags froms.
DefineTagLibrary Describes the Taglib.
DefineTagSupport An abstract base class useful for implementation inheritence.
DynaBeanTag Binds a Java bean to the given named Jelly tag so that the attributes of the tag set the bean properties..
InvokeBodyTag <invokeBody> tag is used inside a <tag> tag (i.e.
InvokeTag The <invoke> tag will invoke a given Script instance.
JellyBeanTag Binds a Java bean to the given named Jelly tag so that the attributes of the tag set the bean properties.
ScriptTag <script> tag is used to assign a Script object to a variable.
TaglibTag The <taglib> tag is used to define a new tag library using a Jelly script..
TagTag <tag> is used to define a new tag using a Jelly script to implement the behaviour of the tag.
 

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

Tag library which allows the creation of new tags using Jelly script itself.



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