Class JexlExpression

  • All Implemented Interfaces:
    Expression

    public class JexlExpression
    extends ExpressionSupport
    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
    • Constructor Detail

      • JexlExpression

        public JexlExpression​(org.apache.commons.jexl.Expression expression)
    • Method Detail

      • getExpressionText

        public String getExpressionText()
        Returns:
        the textual representation of this expression
      • evaluate

        public Object evaluate​(JellyContext context)
        Description copied from interface: Expression
        Evaluates the expression with the given context and returns the result