|
||||||||||
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.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.tags.ant | A tag library for using Ant tasks within Jelly |
org.apache.commons.jelly.tags.antlr | A tag library for working with the Antlr library |
org.apache.commons.jelly.tags.beanshell | A tag library for working with BeanShell expressions and scripts within Jelly |
org.apache.commons.jelly.tags.betwixt | A tag library for turning XML into beans or beans into XML using the Betwixt library |
org.apache.commons.jelly.tags.bsf | A collection of tag libraries for working with BSF based scripting languages like JavaScript, Jython and PNuts |
org.apache.commons.jelly.tags.core | The core Tags from the JSTL |
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.html | Tags for parsing HTML so that it can be processed by Jelly using Andy Clark's NeckoHTML |
org.apache.commons.jelly.tags.http | A tag library for working with HTTP, performing HTTP GET, POST and other actions |
org.apache.commons.jelly.tags.interaction | A simple interaction tag library so that Jelly scripts can be interactive. |
org.apache.commons.jelly.tags.jeez | This tag library groups together the ant and werkz tag libraries into one namespace. |
org.apache.commons.jelly.tags.jms | A tag library for working with JMS using the Messenger project |
org.apache.commons.jelly.tags.jsl | The Jelly Stylesheet Library (JSL) |
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.ojb | A variety of tags for working with the ObjectBridge persistence engine |
org.apache.commons.jelly.tags.quartz | A tag library for scheduling tasks to be run using the Quartz library |
org.apache.commons.jelly.tags.sql | The SQL Tags from the JSTL |
org.apache.commons.jelly.tags.swing | A tag library for creating Swing UIs via Jelly script |
org.apache.commons.jelly.tags.util | A number of utility tags such as for tokenizing Strings. |
org.apache.commons.jelly.tags.validate | A tag library for validating XML using various schema languages like DTD, XML Schema, Relax NG as well as Relax and TREX. |
org.apache.commons.jelly.tags.werkz | A tag library for defining targets (goals) and having pre/post dependencies which uses the Werkz library for resolving goals and dependencies. |
org.apache.commons.jelly.tags.xml | The XML Tags from the JSTL |
org.apache.commons.jelly.task | A collection of Ant tasks for working with Jelly. |
Classes in org.apache.commons.jelly used by org.apache.commons.jellyDynaTag
|
DynaTag represents a Jelly custom tag which
can take its attributes dynamically and store them in some data structure.JellyContext
|
JellyContext represents the Jelly context.JellyException
|
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.expressionJellyContext
|
JellyContext represents the Jelly context. |
Classes in org.apache.commons.jelly used by org.apache.commons.jelly.expression.jexlJellyContext
|
JellyContext represents the Jelly context. |
Classes in org.apache.commons.jelly used by org.apache.commons.jelly.implDynaBeanTagSupport
|
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.JellyContext
|
JellyContext represents the Jelly context.JellyException
|
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.parserJellyContext
|
JellyContext represents the Jelly context.Script
|
Script represents a Jelly script. |
Classes in org.apache.commons.jelly used by org.apache.commons.jelly.tags.antDynaTag
|
DynaTag represents a Jelly custom tag which
can take its attributes dynamically and store them in some data structure.JellyContext
|
JellyContext represents the Jelly context.MapTagSupport
|
MapTag is a DynaTag implementation which uses a Map
to store its attribute values in.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.antlrJellyException
|
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.beanshellJellyContext
|
JellyContext represents the Jelly context.TagLibrary
|
Taglib represents the metadata for a Jelly custom tag library. |
Classes in org.apache.commons.jelly used by org.apache.commons.jelly.tags.betwixtTag
|
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.bsfJellyContext
|
JellyContext represents the Jelly context.TagLibrary
|
Taglib represents the metadata for a Jelly custom tag library. |
Classes in org.apache.commons.jelly used by org.apache.commons.jelly.tags.coreTag
|
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.defineJellyException
|
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.dynabeanTag
|
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.htmlTagLibrary
|
Taglib represents the metadata for a Jelly custom tag library. |
Classes in org.apache.commons.jelly used by org.apache.commons.jelly.tags.httpTag
|
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.interactionTag
|
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.jeezJellyException
|
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. |
Classes in org.apache.commons.jelly used by org.apache.commons.jelly.tags.jmsJellyException
|
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.jslJellyContext
|
JellyContext represents the Jelly context.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.junitTag
|
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.logTag
|
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.ojbTag
|
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.quartzTag
|
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.sqlDynaTag
|
DynaTag represents a Jelly custom tag which
can take its attributes dynamically and store them in some data structure.JellyException
|
JellyException is the root of all Jelly exceptions.MapTagSupport
|
MapTag is a DynaTag implementation which uses a Map
to store its attribute values in.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.swingDynaBeanTagSupport
|
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.MapTagSupport
|
MapTag is a DynaTag implementation which uses a Map
to store its attribute values in.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.utilTag
|
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.validateTag
|
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.werkzJellyException
|
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.xmlJellyContext
|
JellyContext represents the Jelly context.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.taskJellyContext
|
JellyContext represents the Jelly context.Script
|
Script represents a Jelly script.XMLOutput
|
XMLOutput is used to output XML events
in a SAX-like manner. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |