org.apache.commons.jelly.expression.jexl
Class JexlExpressionFactory.ExpressionSupportLocal
java.lang.Object
org.apache.commons.jelly.expression.ExpressionSupport
org.apache.commons.jelly.expression.jexl.JexlExpressionFactory.ExpressionSupportLocal
- All Implemented Interfaces:
- Expression
- Enclosing class:
- JexlExpressionFactory
private class JexlExpressionFactory.ExpressionSupportLocal
- extends ExpressionSupport
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
jexlExpression
protected Expression jexlExpression
text
protected java.lang.String text
JexlExpressionFactory.ExpressionSupportLocal
public JexlExpressionFactory.ExpressionSupportLocal(Expression jexlExpression,
java.lang.String text)
evaluate
public java.lang.Object evaluate(JellyContext context)
- Description copied from interface:
Expression
- Evaluates the expression with the given context
and returns the result
getExpressionText
public java.lang.String getExpressionText()
- Returns:
- the textual representation of this expression
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object