Uses of Interface
org.apache.commons.jexl2.Script

Packages that use Script
org.apache.commons.jexl2 Provides a framework for evaluating JEXL expressions. 
 

Uses of Script in org.apache.commons.jexl2
 

Classes in org.apache.commons.jexl2 that implement Script
 class ExpressionImpl
          Instances of ExpressionImpl are created by the JexlEngine, and this is the default implementation of the Expression and Script interface.
 

Methods in org.apache.commons.jexl2 that return Script
protected  Script JexlEngine.createScript(ASTJexlScript tree, String text)
          An overridable through covariant return Script creator.
 Script JexlEngine.createScript(File scriptFile)
          Creates a Script from a File containing valid JEXL syntax.
 Script JexlEngine.createScript(String scriptText)
          Creates a Script from a String containing valid JEXL syntax.
 Script JexlEngine.createScript(String scriptText, JexlInfo info)
          Creates a Script from a String containing valid JEXL syntax.
 Script JexlEngine.createScript(URL scriptUrl)
          Creates a Script from a URL containing valid JEXL syntax.
 



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.