Package | Description |
---|---|
org.apache.commons.jelly.expression |
Implementations of the Expression classes using commons-jexl.
|
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.
|
org.apache.commons.jelly.expression.xpath | |
org.apache.commons.jelly.parser |
Jelly parsers both XML syntax and non-XML syntaxes are supported.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeExpression
CompositeExpression is a Composite expression made up of several
Expression objects which are concatenated into a single String. |
class |
ConstantExpression
ConstantExpression represents a constant expression. |
Modifier and Type | Class and Description |
---|---|
class |
JexlExpression
Represents a Jexl
expression which fully supports the Expression Language in JSTL and JSP
along with some extra features like object method invocation.
|
Modifier and Type | Class and Description |
---|---|
class |
XPathExpression
An expression which returns an XPath object.
|
Modifier and Type | Class and Description |
---|---|
class |
EscapingExpression
Expression that escapes output so that the text can appear in the PCDATA portion of XML. |
Copyright © 2014 Apache Software Foundation. All rights reserved.