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   
org.apache.commons.jelly.tags.beanshell A tag library for working with BeanShell expressions and scripts within Jelly 
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.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   
org.apache.commons.jelly.tags.jeez   
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.sql The SQL Tags from the JSTL  
org.apache.commons.jelly.tags.util   
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
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.
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.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
CompilableTag
          Compilable represents a Tag that is compilable.
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
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.
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.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.sql
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.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.