public class JexlExpression extends ExpressionSupport
EMPTY_ITERATORNULL| Constructor and Description |
|---|
JexlExpression(org.apache.commons.jexl.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, evaluateRecursepublic JexlExpression(org.apache.commons.jexl.Expression expression)
public String getExpressionText()
public Object evaluate(JellyContext context)
ExpressionCopyright © 2012 Apache Software Foundation. All Rights Reserved.