Uses of Interface
org.apache.commons.jexl.Expression

Packages that use Expression
org.apache.commons.jexl Provides a framework for evaluating JEXL expressions. 
 

Uses of Expression in org.apache.commons.jexl
 

Methods in org.apache.commons.jexl that return Expression
static Expression ExpressionFactory.createExpression(String expression)
          Creates an Expression from a String containing valid JEXL syntax.
protected  Expression ExpressionFactory.createNewExpression(String expression)
          Creates a new Expression based on the expression string.
 



Copyright © 2003-2006 The Apache Software Foundation. All Rights Reserved.