Class JexlExpression
java.lang.Object
org.apache.commons.jelly.expression.ExpressionSupport
org.apache.commons.jelly.expression.jexl.JexlExpression
- All Implemented Interfaces:
- Expression
Represents a Jexl
 expression which fully supports the Expression Language in JSTL and JSP
 along with some extra features like object method invocation.
- Version:
- $Revision: 155420 $
- Author:
- James Strachan
- 
Field SummaryFields inherited from class org.apache.commons.jelly.expression.ExpressionSupportEMPTY_ITERATORFields inherited from interface org.apache.commons.jelly.expression.ExpressionNULL
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionevaluate(JellyContext context) Evaluates the expression with the given context and returns the resulttoString()Methods inherited from class org.apache.commons.jelly.expression.ExpressionSupportevaluateAsBoolean, evaluateAsIterator, evaluateAsString, evaluateRecurse
- 
Constructor Details- 
JexlExpressionpublic JexlExpression(org.apache.commons.jexl.Expression expression) 
 
- 
- 
Method Details- 
toString
- 
getExpressionText- Returns:
- the textual representation of this expression
 
- 
evaluateDescription copied from interface:ExpressionEvaluates the expression with the given context and returns the result
 
-