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

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

Uses of ScriptFactory in org.apache.commons.jexl
 

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

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



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