org.apache.commons.jelly.expression.jexl
public class JexlExpression extends ExpressionSupport
EMPTY_ITERATOR
NULL
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, evaluateRecurse
public JexlExpression(org.apache.commons.jexl.Expression expression)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getExpressionText()
public java.lang.Object evaluate(JellyContext context)
Expression
Copyright © 2014. All Rights Reserved.