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
TagFactoryrepresents a Factory ofTaginstances.TagScriptis 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
DynamicBeanTagDynamicTagLibraryrepresents a TagLibrary which gets created by running a Jelly script.Attribute as an expression ofTagScript.ScriptBlocka block of scripts.StaticTagrepresents a static XML element which echos itself to XMLOutput when it is invoked.TagFactoryrepresents a Factory ofTaginstances.TagScriptis a Script that evaluates a custom tag. -
Classes in org.apache.commons.jelly.impl used by org.apache.commons.jelly.parserClassDescription
ScriptBlocka block of scripts.TagScriptis 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
DynamicBeanTagBreakExceptionis 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.TagScriptis a Script that evaluates a custom tag.