Uses of Package
org.apache.commons.jelly
Packages that use org.apache.commons.jelly
Package
Description
This package contains the main jelly API classes.
Implementations of the Expression classes using commons-jexl.
Expressions used to turn the tag attribute values into compiled expression objects for languages such as Jexl, XPath, Velocity, beanshell, Rhino etc.
Core implementation classes for Jelly.
Jelly parsers both XML syntax and non-XML syntaxes are supported.
Classes for using Jelly on the Servlet platform.
The core Tags from the JSTL plus Jelly extensions.
-
Classes in org.apache.commons.jelly used by org.apache.commons.jellyClassDescription
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.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.JellyException
is the root of all Jelly exceptions.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. -
Classes in org.apache.commons.jelly used by org.apache.commons.jelly.expressionClassDescription
JellyContext
represents the Jelly context.JellyException
is the root of all Jelly exceptions. -
Classes in org.apache.commons.jelly used by org.apache.commons.jelly.expression.jexlClassDescription
JellyContext
represents the Jelly context.JellyException
is the root of all Jelly exceptions. -
Classes in org.apache.commons.jelly used by org.apache.commons.jelly.expression.xpath
-
Classes in org.apache.commons.jelly used by org.apache.commons.jelly.implClassDescription
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.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.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. -
Classes in org.apache.commons.jelly used by org.apache.commons.jelly.parserClassDescription
JellyContext
represents the Jelly context.JellyException
is the root of all Jelly exceptions.Script
represents a Jelly script. -
Classes in org.apache.commons.jelly used by org.apache.commons.jelly.servletClassDescription
JellyContext
represents the Jelly context.JellyException
is the root of all Jelly exceptions. -
Classes in org.apache.commons.jelly used by org.apache.commons.jelly.tags.coreClassDescription
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.JellyException
is the root of all Jelly exceptions.AJellyTagException
is an exception generated by a Tag implementation.MapTag
is a DynaTag implementation which uses a Map to store its attribute values in.JellyException
is the root of all Jelly exceptions.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. -
Classes in org.apache.commons.jelly used by org.apache.commons.jelly.testClassDescription
Jelly
is a helper class which is capable of running a Jelly script.JellyContext
represents the Jelly context.XMLOutput
is used to output XML events in a SAX-like manner. -
Classes in org.apache.commons.jelly used by org.apache.commons.jelly.utilClassDescription
JellyException
is the root of all Jelly exceptions.Script
represents a Jelly script. -
Classes in org.apache.commons.jelly used by org.apache.commons.jelly.xpathClassDescription
Tag
represents a Jelly custom tag.TagSupport
an abstract base class which is useful to inherit from if developing your own tag.