Uses of Class
org.apache.commons.jexl.ExpressionFactory

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

Uses of ExpressionFactory in org.apache.commons.jexl
 

Fields in org.apache.commons.jexl declared as ExpressionFactory
protected static ExpressionFactory ExpressionFactory.ef
          ExpressionFactory is a singleton and this is the private instance fufilling that pattern.
 

Methods in org.apache.commons.jexl that return ExpressionFactory
protected static ExpressionFactory ExpressionFactory.getInstance()
          Returns the single instance of ExpressionFactory.
 



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