public class JexlExpression extends ExpressionSupport
EMPTY_ITERATOR
NULL
Constructor and Description |
---|
JexlExpression(org.apache.commons.jexl2.Expression expression) |
Modifier and Type | Method and Description |
---|---|
Object |
evaluate(JellyContext context)
Evaluates the expression with the given context
and returns the result
|
String |
getExpressionText() |
String |
toString() |
evaluateAsBoolean, evaluateAsIterator, evaluateAsString, evaluateRecurse
public JexlExpression(org.apache.commons.jexl2.Expression expression)
public String getExpressionText()
public Object evaluate(JellyContext context)
Expression
Copyright © 2014 Apache Software Foundation. All rights reserved.