Package | Description |
---|---|
org.apache.commons.jelly |
This package contains the main jelly API classes.
|
org.apache.commons.jelly.expression.xpath | |
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.core |
The core Tags from the JSTL plus Jelly extensions.
|
Class and Description |
---|
TagFactory
TagFactory represents a Factory of Tag instances. |
TagScript
TagScript is a Script that evaluates a custom tag. |
Class and Description |
---|
TagScript
TagScript is a Script that evaluates a custom tag. |
Class and Description |
---|
BeanSource
A tag which is associated with a JavaBean, such as a
DynamicBeanTag |
DynamicTagLibrary
DynamicTagLibrary represents a TagLibrary which
gets created by running a Jelly script. |
ExpressionAttribute
Attribute as an expression of
TagScript . |
ScriptBlock
ScriptBlock a block of scripts. |
StaticTag
StaticTag represents a static XML element
which echos itself to XMLOutput when it is invoked. |
TagFactory
TagFactory represents a Factory of Tag instances. |
TagLibraryResolver
TagLibraryResolver represents an object capable of
resolving a URI to a TagLibrary instance. |
TagScript
TagScript is a Script that evaluates a custom tag. |
Class and Description |
---|
ScriptBlock
ScriptBlock a block of scripts. |
TagScript
TagScript is a Script that evaluates a custom tag. |
Class and Description |
---|
BeanSource
A tag which is associated with a JavaBean, such as a
DynamicBeanTag |
BreakException
BreakException is used to terminate loops such as
<forEach> and <while> tags. |
CollectionTag
A tag which is capable of consuming objects, such as a <useList> tag
such that nested objects will be added to the parent tag.
|
TagScript
TagScript is a Script that evaluates a custom tag. |
Copyright © 2014 Apache Software Foundation. All rights reserved.