Uses of Class
org.apache.commons.jelly.expression.ExpressionSupport
Packages that use ExpressionSupport
Package
Description
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.
Jelly parsers both XML syntax and non-XML syntaxes are supported.
-
Uses of ExpressionSupport in org.apache.commons.jelly.expression
Subclasses of ExpressionSupport in org.apache.commons.jelly.expressionModifier and TypeClassDescriptionclass
CompositeExpression
is a Composite expression made up of several Expression objects which are concatenated into a single String.class
ConstantExpression
represents a constant expression. -
Uses of ExpressionSupport in org.apache.commons.jelly.expression.jexl
Subclasses of ExpressionSupport in org.apache.commons.jelly.expression.jexlModifier and TypeClassDescriptionclass
Represents a Jexl expression which fully supports the Expression Language in JSTL and JSP along with some extra features like object method invocation. -
Uses of ExpressionSupport in org.apache.commons.jelly.expression.xpath
Subclasses of ExpressionSupport in org.apache.commons.jelly.expression.xpathModifier and TypeClassDescriptionclass
An expression which returns an XPath object. -
Uses of ExpressionSupport in org.apache.commons.jelly.parser
Subclasses of ExpressionSupport in org.apache.commons.jelly.parserModifier and TypeClassDescriptionclass
Expression
that escapes output so that the text can appear in the PCDATA portion of XML.