This package contains the main jelly API classes. Developers writing tags should use this package.
DynaBeanTag is a DynaTag implementation which uses a DynaBean to store its attribute values in.
DynaBeanTag
DynaTag represents a Jelly custom tag which can take its attributes dynamically and store them in some data structure.
DynaTag
DynaTagSupport is an abstract base class for any DynaTag implementation to derive from.
DynaTagSupport
Jelly is a helper class which is capable of running a Jelly script.
Jelly
LocationAware represents a Tag or Exception which is location aware.
LocationAware
MapTag is a DynaTag implementation which uses a Map to store its attribute values in.
MapTag
NamespaceAwareTag represents a Jelly custom tag which needs to be aware of the XML Namespace context in which it is used.
NamespaceAwareTag
Script represents a Jelly script. A Script must be thread safe so care should be taken on the implementations of Scripts.
Script
Tag represents a Jelly custom tag.
Tag
XMLOutput is used to output XML events in a SAX-like manner.
XMLOutput