|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.apache.commons.jelly | |
|---|---|
| org.apache.commons.jelly | This package contains the main jelly API classes. |
| org.apache.commons.jelly.expression | Implementations of the Expression classes using commons-jexl. |
| org.apache.commons.jelly.expression.jexl | Expressions used to turn the tag attribute values into compiled expression objects for languages such as Jexl, XPath, Velocity, beanshell, Rhino etc. |
| org.apache.commons.jelly.expression.xpath | |
| org.apache.commons.jelly.impl | Core implementation classes for Jelly. |
| org.apache.commons.jelly.parser | Jelly parsers both XML syntax and non-XML syntaxes are supported. |
| org.apache.commons.jelly.servlet | Classes for using Jelly on the Servlet platform. |
| org.apache.commons.jelly.tags.core | The core Tags from the JSTL plus Jelly extensions. |
| org.apache.commons.jelly.tags.define | Tag library which allows the creation of new tags using Jelly script itself. |
| org.apache.commons.jelly.tags.dynabean | A tag library for creating new DynaClass and DynaBean objects from the beanutils library |
| org.apache.commons.jelly.tags.fmt | |
| org.apache.commons.jelly.tags.junit | A collection of JUnit tags for performing unit tests written in Jelly script. |
| org.apache.commons.jelly.tags.log | Custom tags for generating textual logging information using commons-logging which will use either log4j, logkit or JDK1.4 logging depending on the classpath and configuration. |
| org.apache.commons.jelly.tags.xml | The XML Tags from the JSTL |
| org.apache.commons.jelly.test | |
| org.apache.commons.jelly.util | |
| org.apache.commons.jelly.xpath | |
| Classes in org.apache.commons.jelly used by org.apache.commons.jelly | |
|---|---|
DynaTag
DynaTag represents a Jelly custom tag which
can take its attributes dynamically and store them in some data structure. |
|
DynaTagSupport
DynaTagSupport is an abstract base class
for any DynaTag implementation to derive from. |
|
JellyContext
JellyContext represents the Jelly context. |
|
JellyException
JellyException is the root of all Jelly exceptions. |
|
| JellyTagException
A JellyTagException is an exception generated by a Tag
implementation. |
|
LocationAware
LocationAware represents a Tag or Exception which is location aware. |
|
MissingAttributeException
JellyException is the root of all Jelly exceptions. |
|
Script
Script represents a Jelly script. |
|
Tag
Tag represents a Jelly custom tag. |
|
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. |
|
| Classes in org.apache.commons.jelly used by org.apache.commons.jelly.expression | |
|---|---|
JellyContext
JellyContext represents the Jelly context. |
|
JellyException
JellyException is the root of all Jelly exceptions. |
|
| Classes in org.apache.commons.jelly used by org.apache.commons.jelly.expression.jexl | |
|---|---|
JellyContext
JellyContext represents the Jelly context. |
|
JellyException
JellyException is the root of all Jelly exceptions. |
|
| Classes in org.apache.commons.jelly used by org.apache.commons.jelly.expression.xpath | |
|---|---|
JellyContext
JellyContext represents the Jelly context. |
|
| Classes in org.apache.commons.jelly used by org.apache.commons.jelly.impl | |
|---|---|
DynaBeanTagSupport
DynaBeanTag is a DynaTag implementation which uses a DynaBean
to store its attribute values in. |
|
DynaTag
DynaTag represents a Jelly custom tag which
can take its attributes dynamically and store them in some data structure. |
|
DynaTagSupport
DynaTagSupport is an abstract base class
for any DynaTag implementation to derive from. |
|
JellyContext
JellyContext represents the Jelly context. |
|
JellyException
JellyException is the root of all Jelly exceptions. |
|
| JellyTagException
A JellyTagException is an exception generated by a Tag
implementation. |
|
LocationAware
LocationAware represents a Tag or Exception which is location aware. |
|
Script
Script represents a Jelly script. |
|
Tag
Tag represents a Jelly custom tag. |
|
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. |
|
| Classes in org.apache.commons.jelly used by org.apache.commons.jelly.parser | |
|---|---|
JellyContext
JellyContext represents the Jelly context. |
|
JellyException
JellyException is the root of all Jelly exceptions. |
|
Script
Script represents a Jelly script. |
|
| Classes in org.apache.commons.jelly used by org.apache.commons.jelly.servlet | |
|---|---|
JellyContext
JellyContext represents the Jelly context. |
|
JellyException
JellyException is the root of all Jelly exceptions. |
|
| Classes in org.apache.commons.jelly used by org.apache.commons.jelly.tags.core | |
|---|---|
DynaTag
DynaTag represents a Jelly custom tag which
can take its attributes dynamically and store them in some data structure. |
|
DynaTagSupport
DynaTagSupport is an abstract base class
for any DynaTag implementation to derive from. |
|
JellyException
JellyException is the root of all Jelly exceptions. |
|
| JellyTagException
A JellyTagException is an exception generated by a Tag
implementation. |
|
MapTagSupport
MapTag is a DynaTag implementation which uses a Map
to store its attribute values in. |
|
MissingAttributeException
JellyException is the root of all Jelly exceptions. |
|
Tag
Tag represents a Jelly custom tag. |
|
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. |
|
| Classes in org.apache.commons.jelly used by org.apache.commons.jelly.tags.define | |
|---|---|
| JellyTagException
A JellyTagException is an exception generated by a Tag
implementation. |
|
MissingAttributeException
JellyException is the root of all Jelly exceptions. |
|
Script
Script represents a Jelly script. |
|
Tag
Tag represents a Jelly custom tag. |
|
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. |
|
| Classes in org.apache.commons.jelly used by org.apache.commons.jelly.tags.dynabean | |
|---|---|
| JellyTagException
A JellyTagException is an exception generated by a Tag
implementation. |
|
MissingAttributeException
JellyException is the root of all Jelly exceptions. |
|
Tag
Tag represents a Jelly custom tag. |
|
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. |
|
| Classes in org.apache.commons.jelly used by org.apache.commons.jelly.tags.fmt | |
|---|---|
JellyContext
JellyContext represents the Jelly context. |
|
| JellyTagException
A JellyTagException is an exception generated by a Tag
implementation. |
|
Tag
Tag represents a Jelly custom tag. |
|
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. |
|
| Classes in org.apache.commons.jelly used by org.apache.commons.jelly.tags.junit | |
|---|---|
JellyException
JellyException is the root of all Jelly exceptions. |
|
| JellyTagException
A JellyTagException is an exception generated by a Tag
implementation. |
|
LocationAware
LocationAware represents a Tag or Exception which is location aware. |
|
MissingAttributeException
JellyException is the root of all Jelly exceptions. |
|
Tag
Tag represents a Jelly custom tag. |
|
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. |
|
| Classes in org.apache.commons.jelly used by org.apache.commons.jelly.tags.log | |
|---|---|
| JellyTagException
A JellyTagException is an exception generated by a Tag
implementation. |
|
Tag
Tag represents a Jelly custom tag. |
|
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. |
|
| Classes in org.apache.commons.jelly used by org.apache.commons.jelly.tags.xml | |
|---|---|
JellyException
JellyException is the root of all Jelly exceptions. |
|
| JellyTagException
A JellyTagException is an exception generated by a Tag
implementation. |
|
MissingAttributeException
JellyException is the root of all Jelly exceptions. |
|
Tag
Tag represents a Jelly custom tag. |
|
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. |
|
| Classes in org.apache.commons.jelly used by org.apache.commons.jelly.test | |
|---|---|
Jelly
Jelly is a helper class which is capable of
running a Jelly script. |
|
JellyContext
JellyContext represents the Jelly context. |
|
XMLOutput
XMLOutput is used to output XML events
in a SAX-like manner. |
|
| Classes in org.apache.commons.jelly used by org.apache.commons.jelly.util | |
|---|---|
JellyException
JellyException is the root of all Jelly exceptions. |
|
Script
Script represents a Jelly script. |
|
| Classes in org.apache.commons.jelly used by org.apache.commons.jelly.xpath | |
|---|---|
Tag
Tag represents a Jelly custom tag. |
|
TagSupport
TagSupport an abstract base class which is useful to
inherit from if developing your own tag. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||