Uses of Package
org.apache.commons.jelly.impl
Packages that use org.apache.commons.jelly.impl
Package
Description
This package contains the main jelly API classes.
Core implementation classes for Jelly.
Jelly parsers both XML syntax and non-XML syntaxes are supported.
The core Tags from the JSTL plus Jelly extensions.
-
Classes in org.apache.commons.jelly.impl used by org.apache.commons.jellyClassDescription
TagFactory
represents a Factory ofTag
instances.TagScript
is a Script that evaluates a custom tag. -
Classes in org.apache.commons.jelly.impl used by org.apache.commons.jelly.expression.xpath
-
Classes in org.apache.commons.jelly.impl used by org.apache.commons.jelly.implClassDescriptionA tag which is associated with a JavaBean, such as a
DynamicBeanTag
DynamicTagLibrary
represents a TagLibrary which gets created by running a Jelly script.Attribute as an expression ofTagScript
.ScriptBlock
a block of scripts.StaticTag
represents a static XML element which echos itself to XMLOutput when it is invoked.TagFactory
represents a Factory ofTag
instances.TagScript
is a Script that evaluates a custom tag. -
Classes in org.apache.commons.jelly.impl used by org.apache.commons.jelly.parserClassDescription
ScriptBlock
a block of scripts.TagScript
is a Script that evaluates a custom tag. -
Classes in org.apache.commons.jelly.impl used by org.apache.commons.jelly.tags.coreClassDescriptionA tag which is associated with a JavaBean, such as a
DynamicBeanTag
BreakException
is used to terminate loops such as <forEach> and <while> tags.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
is a Script that evaluates a custom tag.