Package org.apache.commons.jelly

This package contains the main jelly API classes.

See:
          Description

Interface Summary
CompilableTag Compilable represents a Tag that is compilable.
DynaTag DynaTag represents a Jelly custom tag which can take its attributes dynamically and store them in some data structure.
Script Script represents a Jelly script.
Tag Tag represents a Jelly custom tag.
 

Class Summary
DynaBeanTagSupport DynaBeanTag is a DynaTag implementation which uses a DynaBean to store its attribute values in.
Jelly Jelly is a helper class which is capable of running a Jelly script.
JellyContext JellyContext represents the Jelly context.
MapTagSupport MapTag is a DynaTag implementation which uses a Map to store its attribute values in.
TagLibrary Taglib represents the metadata for a Jelly custom tag library.
TagSupport TagSupport an abstract base class which is useful to inherit from if developing your own tag.
XMLOutput XMLOutput is used to output XML events in a SAX-like manner.
 

Exception Summary
JellyException JellyException is the root of all Jelly exceptions.
MissingAttributeException JellyException is the root of all Jelly exceptions.
 

Package org.apache.commons.jelly Description

This package contains the main jelly API classes. Developers writing tags should use this package.



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