Uses of Package
org.apache.commons.jelly.expression
Packages that use org.apache.commons.jelly.expression
Package
Description
This package contains the main jelly API classes.
Implementations of the Expression classes using commons-jexl.
Expressions used to turn the tag attribute values into compiled expression objects for languages such as Jexl, XPath, Velocity, beanshell, Rhino etc.
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.expression used by org.apache.commons.jellyClassDescription
Expression
represents an arbitrary expression using some pluggable expression language.ExpressionFactory
is a factory of Expression objects. -
Classes in org.apache.commons.jelly.expression used by org.apache.commons.jelly.expressionClassDescription
Expression
represents an arbitrary expression using some pluggable expression language.ExpressionFactory
is a factory of Expression objects.ExpressionSupport
an abstract base class for Expression implementations which provides default implementations of some of the typesafe evaluation methods. -
Classes in org.apache.commons.jelly.expression used by org.apache.commons.jelly.expression.jexlClassDescription
Expression
represents an arbitrary expression using some pluggable expression language.ExpressionFactory
is a factory of Expression objects.ExpressionSupport
an abstract base class for Expression implementations which provides default implementations of some of the typesafe evaluation methods. -
Classes in org.apache.commons.jelly.expression used by org.apache.commons.jelly.expression.xpathClassDescription
Expression
represents an arbitrary expression using some pluggable expression language.ExpressionSupport
an abstract base class for Expression implementations which provides default implementations of some of the typesafe evaluation methods. -
Classes in org.apache.commons.jelly.expression used by org.apache.commons.jelly.implClassDescription
Expression
represents an arbitrary expression using some pluggable expression language. -
Classes in org.apache.commons.jelly.expression used by org.apache.commons.jelly.parserClassDescription
Expression
represents an arbitrary expression using some pluggable expression language.ExpressionFactory
is a factory of Expression objects.ExpressionSupport
an abstract base class for Expression implementations which provides default implementations of some of the typesafe evaluation methods. -
Classes in org.apache.commons.jelly.expression used by org.apache.commons.jelly.tags.coreClassDescription
Expression
represents an arbitrary expression using some pluggable expression language.