| Name | Description | Type | Package | Framework |
| 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 |
| 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 |
| CollectionTag | A tag which is capable of consuming objects, such as a | Interface | org.apache.commons.jelly.impl | 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 |
| 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 |
| 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 | |
| ExpressionScript | ExpressionScript outputs the value of an expression as text. | Class | org.apache.commons.jelly.impl | Apache Commons |
| ScriptBlock | ScriptBlock a block of scripts. | Class | org.apache.commons.jelly.impl | 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 |
| TagFactory | TagFactory represents a Factory of Tag instances. | Interface | org.apache.commons.jelly.impl | 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 |
| TextScript | TextScript outputs some static text. | Class | org.apache.commons.jelly.impl | Apache Commons |