Package org.apache.commons.jelly.expression
package org.apache.commons.jelly.expression
Implementations of the Expression classes using commons-jexl.
-
ClassDescription
CompositeExpressionis a Composite expression made up of several Expression objects which are concatenated into a single String.ConstantExpressionrepresents a constant expression.Expressionrepresents an arbitrary expression using some pluggable expression language.ExpressionFactoryis a factory of Expression objects.ExpressionSupportan abstract base class for Expression implementations which provides default implementations of some of the typesafe evaluation methods.