Package org.apache.commons.jelly.expression


package org.apache.commons.jelly.expression
Implementations of the Expression classes using commons-jexl.
  • Class
    Description
    CompositeExpression is a Composite expression made up of several Expression objects which are concatenated into a single String.
    ConstantExpression represents a constant expression.
    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.