JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package org.apache.commons.jelly.expression.jexl
package
org.apache.commons.jelly.expression.jexl
Expressions used to turn the tag attribute values into compiled expression objects for languages such as Jexl, XPath, Velocity, beanshell, Rhino etc.
Related Packages
Package
Description
org.apache.commons.jelly.expression
Implementations of the Expression classes using commons-jexl.
org.apache.commons.jelly.expression.xpath
Classes
Class
Description
JexlExpression
Represents a
Jexl
expression which fully supports the Expression Language in JSTL and JSP along with some extra features like object method invocation.
JexlExpressionFactory
Represents a factory of
Jexl
expression which fully supports the Expression Language in JSTL and JSP.