public class JexlExpression extends ExpressionSupport
EMPTY_ITERATORNULL| Constructor and Description |
|---|
JexlExpression(org.apache.commons.jexl.Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
evaluate(JellyContext context)
Evaluates the expression with the given context
and returns the result
|
java.lang.String |
getExpressionText() |
java.lang.String |
toString() |
evaluateAsBoolean, evaluateAsIterator, evaluateAsString, evaluateRecursepublic JexlExpression(org.apache.commons.jexl.Expression expression)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getExpressionText()
public java.lang.Object evaluate(JellyContext context)
ExpressionCopyright © 2012. All Rights Reserved.