See: Description
Interface | Description |
---|---|
Expression |
Expression represents an arbitrary expression using some pluggable
expression language. |
ExpressionFactory |
ExpressionFactory is a factory of Expression objects. |
Class | Description |
---|---|
CompositeExpression |
CompositeExpression is a Composite expression made up of several
Expression objects which are concatenated into a single String. |
ConstantExpression |
ConstantExpression represents a constant expression. |
ExpressionSupport |
ExpressionSupport
an abstract base class for Expression implementations
which provides default implementations of some of the
typesafe evaluation methods. |
Implementations of the Expression classes using commons-jexl.
Copyright © 2014 Apache Software Foundation. All rights reserved.