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
DynaTagrepresents a Jelly custom tag which can take its attributes dynamically and store them in some data structure.DynaTagSupportis an abstract base class for any DynaTag implementation to derive from.JellyContextrepresents the Jelly context.JellyExceptionis the root of all Jelly exceptions.AJellyTagExceptionis an exception generated by a Tag implementation.LocationAwarerepresents a Tag or Exception which is location aware.JellyExceptionis the root of all Jelly exceptions.Scriptrepresents a Jelly script.Tagrepresents a Jelly custom tag.Taglibrepresents the metadata for a Jelly custom tag library.TagSupportan abstract base class which is useful to inherit from if developing your own tag.XMLOutputis used to output XML events in a SAX-like manner. -
Classes in org.apache.commons.jelly used by org.apache.commons.jelly.expressionClassDescription
JellyContextrepresents the Jelly context.JellyExceptionis the root of all Jelly exceptions. -
Classes in org.apache.commons.jelly used by org.apache.commons.jelly.expression.jexlClassDescription
JellyContextrepresents the Jelly context.JellyExceptionis 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
DynaBeanTagis a DynaTag implementation which uses a DynaBean to store its attribute values in.DynaTagrepresents a Jelly custom tag which can take its attributes dynamically and store them in some data structure.DynaTagSupportis an abstract base class for any DynaTag implementation to derive from.JellyContextrepresents the Jelly context.JellyExceptionis the root of all Jelly exceptions.AJellyTagExceptionis an exception generated by a Tag implementation.LocationAwarerepresents a Tag or Exception which is location aware.Scriptrepresents a Jelly script.Tagrepresents a Jelly custom tag.Taglibrepresents the metadata for a Jelly custom tag library.TagSupportan abstract base class which is useful to inherit from if developing your own tag.XMLOutputis used to output XML events in a SAX-like manner. -
Classes in org.apache.commons.jelly used by org.apache.commons.jelly.parserClassDescription
JellyContextrepresents the Jelly context.JellyExceptionis the root of all Jelly exceptions.Scriptrepresents a Jelly script. -
Classes in org.apache.commons.jelly used by org.apache.commons.jelly.servletClassDescription
JellyContextrepresents the Jelly context.JellyExceptionis the root of all Jelly exceptions. -
Classes in org.apache.commons.jelly used by org.apache.commons.jelly.tags.coreClassDescription
DynaTagrepresents a Jelly custom tag which can take its attributes dynamically and store them in some data structure.DynaTagSupportis an abstract base class for any DynaTag implementation to derive from.JellyExceptionis the root of all Jelly exceptions.AJellyTagExceptionis an exception generated by a Tag implementation.MapTagis a DynaTag implementation which uses a Map to store its attribute values in.JellyExceptionis the root of all Jelly exceptions.Tagrepresents a Jelly custom tag.Taglibrepresents the metadata for a Jelly custom tag library.TagSupportan abstract base class which is useful to inherit from if developing your own tag.XMLOutputis used to output XML events in a SAX-like manner. -
Classes in org.apache.commons.jelly used by org.apache.commons.jelly.testClassDescription
Jellyis a helper class which is capable of running a Jelly script.JellyContextrepresents the Jelly context.XMLOutputis used to output XML events in a SAX-like manner. -
Classes in org.apache.commons.jelly used by org.apache.commons.jelly.utilClassDescription
JellyExceptionis the root of all Jelly exceptions.Scriptrepresents a Jelly script. -
Classes in org.apache.commons.jelly used by org.apache.commons.jelly.xpathClassDescription
Tagrepresents a Jelly custom tag.TagSupportan abstract base class which is useful to inherit from if developing your own tag.