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

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

See:
          Description

Class Summary
Attribute Represents the attribute definition used by dynamic tags, such as whether the attribute is required or any default values etc.
AttributeTag This tag is bound onto a Java Bean class.
BeanTag This tag is bound onto a Java Bean class.
DefineBeanTag Binds a Java bean to the given named Jelly tag so that the attributes of the tag set the bean properties..
DefineJellyBeanTag Binds a Java bean to the given named Jelly tag so that the attributes of the tag set the bean properties.
DefineScriptTag DefineScriptTag is used to assign a Script object to a variable.
DefineTagLibrary Describes the Taglib.
DefineTagLibTag DefineTag is used to define a new taglib using a Jelly script..
DefineTagSupport An abstract base class useful for implementation inheritence.
DefineTagTag DefineTagTag is used to define a new tag using a Jelly script..
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.
DynamicTagLibrary DynamicTagLibrary represents a TagLibrary which gets created by running a Jelly script.
InvokeBodyTag InvokeBodyTag this tag needs to find the correct parent DynamicTag instance and call its body.
 

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.