| Name | Description | Type | Package | Framework |
| ArgTag | An argument to a NewTag or InvokeTag. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| ArgTagParent | Interface for classes that support ArgTag children. | Interface | org.apache.commons.jelly.tags.core | Apache Commons |
| Attribute | Represents the attribute definition used by dynamic tags, such as whether the attribute is required or any default values etc. | Class | org.apache.commons.jelly.impl | Apache Commons |
| BaseClassLoaderTag | Abstract base tag providing ClassLoader support. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| BaseJellyTest | Class | org.apache.commons.jelly.test | Apache Commons | |
| BeanSource | A tag which is associated with a JavaBean, such as a DynamicBeanTagVersion:$Revision: 155420 $Author:James Strachan | Interface | org.apache.commons.jelly.impl | Apache Commons |
| BreakException | BreakException is used to terminate loops such as | Class | org.apache.commons.jelly.impl | Apache Commons |
| BreakTag | Class | org.apache.commons.jelly.tags.core | Apache Commons | |
| CaseTag | A tag which conditionally evaluates its body if my value attribute equals my ancestor | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| CatchTag | A tag which catches exceptions thrown by its body. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| ChooseTag | A tag which conditionally evaluates its body based on some conditionVersion:$Revision: 155420 $Author:James Strachan | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| ClassLoaderUtils | A class to centralize the class loader management code. | Class | org.apache.commons.jelly.util | Apache Commons |
| CollectionTag | A tag which is capable of consuming objects, such as a | Interface | org.apache.commons.jelly.impl | Apache Commons |
| CommandLineParser | Utility class to parse command line options using CLI. | Class | org.apache.commons.jelly.util | Apache Commons |
| CompilableTag | Compilable represents a Tag that is compilable. | Interface | org.apache.commons.jelly | Apache Commons |
| CompositeExpression | CompositeExpression is a Composite expression made up of several Expression objects which are concatenated into a single String. | Class | org.apache.commons.jelly.expression | Apache Commons |
| CompositeTextScriptBlock | CompositeTextScriptBlock represents a text body of a a tag which contains expressions, so that whitespace trimming | Class | org.apache.commons.jelly.impl | Apache Commons |
| ConstantExpression | ConstantExpression represents a constant expression. | Class | org.apache.commons.jelly.expression | Apache Commons |
| CoreTagLibrary | This is the core tag library for jelly and contains commonly This class could be generated by XDoclet | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| DefaultNamespaceFilter | XMLFilter that can provide a default namespace when one has not been declared by the XML document. | Class | org.apache.commons.jelly.parser | Apache Commons |
| DefaultTag | A tag which conditionally evaluates its body if none of its preceeding sibling | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| DefaultTagFactory | DefaultTagFactory a default implementation of TagFactory which creates new instances of a given class. | Class | org.apache.commons.jelly.impl | Apache Commons |
| DefaultTagLibraryResolver | DefaultTagLibraryResolver is a default implemenation which attempts to interpret the URI as a String called 'jelly:className' | Class | org.apache.commons.jelly.impl | Apache Commons |
| DynaBeanTagSupport | DynaBeanTag is a DynaTag implementation which uses a DynaBean to store its attribute values in. | Class | org.apache.commons.jelly | Apache Commons |
| DynaTag | DynaTag represents a Jelly custom tag which can take its attributes dynamically and store them in some data structure. | Interface | org.apache.commons.jelly | Apache Commons |
| DynaTagSupport | DynaTagSupport is an abstract base class for any DynaTag implementation to derive from. | Class | org.apache.commons.jelly | Apache Commons |
| DynamicBeanTag | This tag is bound onto a Java Bean class. | Class | org.apache.commons.jelly.impl | Apache Commons |
| DynamicDynaBeanTag | This tag is bound onto a DynaClass instance. | Class | org.apache.commons.jelly.impl | Apache Commons |
| DynamicTag | DynamicTag is a tag that is created from inside a Jelly script as a Jelly template and will invoke a | Class | org.apache.commons.jelly.impl | Apache Commons |
| DynamicTagLibrary | DynamicTagLibrary represents a TagLibrary which gets created by running a Jelly script. | Class | org.apache.commons.jelly.impl | Apache Commons |
| Embedded | Class | org.apache.commons.jelly.impl | Apache Commons | |
| ExprTag | A tag which evaluates an expressionVersion:$Revision: 155420 $Author:James Strachan | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| Expression | Expression represents an arbitrary expression using some pluggable expression language. | Interface | org.apache.commons.jelly.expression | Apache Commons |
| ExpressionFactory | ExpressionFactory is a factory of Expression objects. | Interface | org.apache.commons.jelly.expression | Apache Commons |
| ExpressionScript | ExpressionScript outputs the value of an expression as text. | Class | org.apache.commons.jelly.impl | Apache Commons |
| ExpressionSupport | an abstract base class for Expression implementations which provides default implementations of some of the | Class | org.apache.commons.jelly.expression | Apache Commons |
| FileTag | A tag that pipes its body to a file denoted by the name attribute or to an in memory String which is then output to a variable denoted by the var variable. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| ForEachTag | Iterates over a collection, iterator or an array of objects. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| ForEachTag .LoopStatus | Holds the status of the loop. | Class | org.apache.commons.jelly.tags.core.ForEachTag | Apache Commons |
| GetStaticTag | A tag which can retrieve the value of a static field of a given class. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| IfTag | A tag which conditionally evaluates its body based on some conditionVersion:$Revision: 155420 $Author:James Strachan | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| ImportTag | Imports another script. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| IncludeTag | A tag which conditionally evaluates its body based on some conditionVersion:$Revision: 155420 $Author:James Strachan | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| InvokeStaticTag | A Tag which can invoke a static method on a class, without an instance of the class being needed. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| InvokeTag | A tag which calls a method in an object instantied by core:newVersion:$Revision: 155420 $Author:Rodney Waldhoff | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| Jelly | Jelly is a helper class which is capable of running a Jelly script. | Class | org.apache.commons.jelly | Apache Commons |
| JellyContext | JellyContext represents the Jelly context. | Class | org.apache.commons.jelly | Apache Commons |
| JellyException | JellyException is the root of all Jelly exceptions. | Class | org.apache.commons.jelly | Apache Commons |
| JellyServlet | Servlet for handling display of Jelly-fied XML files. | Class | org.apache.commons.jelly.servlet | Apache Commons |
| JellyServletContext | Class | org.apache.commons.jelly.servlet | Apache Commons | |
| JellyTag | The root Jelly tag which should be evaluated firstVersion:$Revision: 155420 $Author:James Strachan | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| JellyTagException | A JellyTagException is an exception generated by a TagVersion:$Revision: 155420 $Author:Morgan DelagrangeSee Also:Serialized Form | Class | org.apache.commons.jelly | Apache Commons |
| JexlExpression | expression which fully supports the Expression Language in JSTL and JSP along with some extra features like object method invocation. | Class | org.apache.commons.jelly.expression.jexl | Apache Commons |
| JexlExpressionFactory | Represents a factory of Jexl expression which fully supports the Expression Language in JSTL and JSP. | Class | org.apache.commons.jelly.expression.jexl | Apache Commons |
| LocationAware | LocationAware represents a Tag or Exception which is location aware. | Interface | org.apache.commons.jelly | Apache Commons |
| MapTagSupport | MapTag is a DynaTag implementation which uses a Map to store its attribute values in. | Class | org.apache.commons.jelly | Apache Commons |
| MissingAttributeException | JellyException is the root of all Jelly exceptions. | Class | org.apache.commons.jelly | Apache Commons |
| MuteTag | A tag which executes its body but passing no output. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| NamespaceAwareTag | NamespaceAwareTag represents a Jelly custom tag which needs to be aware of the XML Namespace context in which it is used. | Interface | org.apache.commons.jelly | Apache Commons |
| NestedRuntimeException | A RuntimeException which is nested to preserve stack traces. | Class | org.apache.commons.jelly.util | Apache Commons |
| NewTag | A tag which creates a new object of the given typeVersion:$Revision: 155420 $Author:James Strachan | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| OtherwiseTag | The otherwise block of a choose/when/otherwise group of tagsVersion:$Revision: 155420 $Author:James Strachan | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| ParseTag | Parses the output of this tags body or of a given String as a Jelly script then either outputting the Script as a variable or executing the script. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| RemoveTag | A tag which removes the variable of the given name from the current variable scope. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| Resources | Provides locale-neutral access to string resources. | Class | org.apache.commons.jelly.tags | Apache Commons |
| SafeContentHandler | Ensures that only one start and end document event is passed onto the underlying ContentHandler. | Class | org.apache.commons.jelly.util | Apache Commons |
| ScopeTag | A tag which creates a new child variable scope for its body. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| Script | Script represents a Jelly script. | Interface | org.apache.commons.jelly | Apache Commons |
| ScriptBlock | ScriptBlock a block of scripts. | Class | org.apache.commons.jelly.impl | Apache Commons |
| SetPropertiesTag | A tag which sets the bean properties on the given bean. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| SetTag | A tag which sets a variable from the result of an expressionVersion:$Revision: 155420 $Author:James Strachan | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| StaticTag | StaticTag represents a static XML element which echos itself to XMLOutput when it is invoked. | Class | org.apache.commons.jelly.impl | Apache Commons |
| StaticTagScript | StaticTagScript is a script that evaluates a StaticTag, a piece of static XML though its attributes or element content may contain dynamic expressions. | Class | org.apache.commons.jelly.impl | Apache Commons |
| SwitchTag | Executes the child | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| Tag | Tag represents a Jelly custom tag. | Interface | org.apache.commons.jelly | Apache Commons |
| TagFactory | TagFactory represents a Factory of Tag instances. | Interface | org.apache.commons.jelly.impl | Apache Commons |
| TagLibrary | Taglib represents the metadata for a Jelly custom tag library. | Class | org.apache.commons.jelly | Apache Commons |
| TagLibraryResolver | TagLibraryResolver represents an object capable of resolving a URI to a TagLibrary instance. | Interface | org.apache.commons.jelly.impl | Apache Commons |
| TagScript | TagScript is a Script that evaluates a custom tag. | Class | org.apache.commons.jelly.impl | Apache Commons |
| TagSupport | TagSupport an abstract base class which is useful to inherit from if developing your own tag. | Class | org.apache.commons.jelly | Apache Commons |
| TagUtils | Contains static methods to help tag developers. | Class | org.apache.commons.jelly.util | Apache Commons |
| TextScript | TextScript outputs some static text. | Class | org.apache.commons.jelly.impl | Apache Commons |
| ThreadTag | A tag that spawns the contained script in a separate threadAuthor:Vinay Chandran | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| UseBeanTag | A tag which instantiates an instance of the given class and then sets the properties on the bean. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| UseListTag | A tag which creates a List implementation and optionally adds all of the elements identified by the items attribute. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| WhenTag | A tag which conditionally evaluates its body based on some conditionVersion:$Revision: 155420 $Author:James Strachan | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| WhileTag | A tag which performs an iteration while the result of an expression is true. | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| WhitespaceTag | A simple tag used to preserve whitespace inside its bodyVersion:$Revision: 155420 $Author:James Strachan | Class | org.apache.commons.jelly.tags.core | Apache Commons |
| XMLOutput | XMLOutput is used to output XML events in a SAX-like manner. | Class | org.apache.commons.jelly | Apache Commons |
| XMLParser | XMLParser parses the XML Jelly format. | Class | org.apache.commons.jelly.parser | Apache Commons |
| XPathComparator | Compares xml nodes by extracting the value at xpath andVersion:$Id: XPathComparator. | Class | org.apache.commons.jelly.xpath | Apache Commons |
| XPathComparator .XPathSortException | My own runtime exception in case something goes wrong with sort. | Class | org.apache.commons.jelly.xpath.XPathComparator | Apache Commons |
| XPathExpression | An expression which returns an XPath object. | Class | org.apache.commons.jelly.expression.xpath | Apache Commons |
| XPathSource | A tag which is capable of producing a source of XPath context objects such as | Interface | org.apache.commons.jelly.xpath | Apache Commons |
| XPathTagSupport | An abstract base class useful for implementation inheritenceVersion:$Revision: 155420 $Author:James Strachan | Class | org.apache.commons.jelly.xpath | Apache Commons |