Uses of Package
org.apache.commons.jelly

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.jelly
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.expression
JellyContext
          JellyContext represents the Jelly context.
 

Classes in org.apache.commons.jelly used by org.apache.commons.jelly.expression.jexl
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.
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.parser
JellyContext
          JellyContext represents the Jelly context.
Script
          Script represents a Jelly script.
 

Classes in org.apache.commons.jelly used by org.apache.commons.jelly.tags.ant
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.
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.antlr
JellyException
          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.beanshell
JellyContext
          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.betwixt
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.bsf
JellyContext
          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.core
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
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.tags.dynabean
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.html
TagLibrary
          Taglib represents the metadata for a Jelly custom tag library.
 

Classes in org.apache.commons.jelly used by org.apache.commons.jelly.tags.http
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.interaction
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.jeez
JellyException
          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.jms
JellyException
          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.jsl
JellyContext
          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.junit
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
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.ojb
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.quartz
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.sql
DynaTag
          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.swing
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.
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.util
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.validate
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.werkz
JellyException
          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.xml
JellyContext
          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.task
JellyContext
          JellyContext represents the Jelly context.
Script
          Script represents a Jelly script.
XMLOutput
          XMLOutput is used to output XML events in a SAX-like manner.
 



Copyright © 2002-2002 Apache Software Foundation. All Rights Reserved.