Package org.apache.commons.jelly
package org.apache.commons.jelly
This package contains the main jelly API classes.
Developers writing tags should use this package.
-
ClassDescription
Compilable
represents a Tag that is compilable.DynaBeanTag
is a DynaTag implementation which uses a DynaBean to store its attribute values in.DynaTag
represents a Jelly custom tag which can take its attributes dynamically and store them in some data structure.DynaTagSupport
is an abstract base class for any DynaTag implementation to derive from.Jelly
is a helper class which is capable of running a Jelly script.JellyContext
represents the Jelly context.JellyException
is the root of all Jelly exceptions.AJellyTagException
is an exception generated by a Tag implementation.LocationAware
represents a Tag or Exception which is location aware.MapTag
is a DynaTag implementation which uses a Map to store its attribute values in.JellyException
is the root of all Jelly exceptions.NamespaceAwareTag
represents a Jelly custom tag which needs to be aware of the XML Namespace context in which it is used.Script
represents a Jelly script.Tag
represents a Jelly custom tag.Taglib
represents the metadata for a Jelly custom tag library.TagSupport
an abstract base class which is useful to inherit from if developing your own tag.XMLOutput
is used to output XML events in a SAX-like manner.Factory to create an XMLOutput for a given Writer.