Uses of Interface
javax.script.ScriptEngine

Packages that use ScriptEngine
javax.script Apache BSF3 - an implementation of JSR-223 (javax.script). 
org.apache.bsf.utils.http This package is INCOMPLETE. 
org.apache.bsf.xml Utility classes for converting between Java representations of XML and script languages. 
 

Uses of ScriptEngine in javax.script
 

Classes in javax.script that implement ScriptEngine
 class AbstractScriptEngine
          Provides a standard implementation for various versions of the eval() methods.
 

Methods in javax.script that return ScriptEngine
abstract  ScriptEngine CompiledScript.getEngine()
          Retrieves a reference to the ScriptEngine whose methods created this CompiledScript object.
 ScriptEngine ScriptEngineManager.getEngineByExtension(String extension)
          Retrieves a new instance of a ScriptingEngine for the specified extension of a script file.
 ScriptEngine ScriptEngineManager.getEngineByMimeType(String mimeType)
          Retrieves new instance the ScriptingEngine for a specifed MIME type.
 ScriptEngine ScriptEngineManager.getEngineByName(String shortName)
          Retrieves a new instance of a ScriptEngine the specified descriptive name.
 ScriptEngine ScriptEngineFactory.getScriptEngine()
          Retrieves an instance of the associated ScriptEngine.
 

Uses of ScriptEngine in org.apache.bsf.utils.http
 

Methods in org.apache.bsf.utils.http that return ScriptEngine
 ScriptEngine ScriptEnginePool.get()
           
 ScriptEngine HttpScriptServlet.getEngine(javax.servlet.http.HttpServletRequest req)
          Returns a ScriptEngine instance which is used by the HttpScriptServlet to executes a single request.
 

Methods in org.apache.bsf.utils.http with parameters of type ScriptEngine
 void ScriptEnginePool.free(ScriptEngine eng)
           
 void HttpScriptServlet.releaseEngine(ScriptEngine eng)
          Called to indicate that the ScriptEngine returned by call to getEngine() is no longer in use.
 

Uses of ScriptEngine in org.apache.bsf.xml
 

Methods in org.apache.bsf.xml with parameters of type ScriptEngine
static XMLHelper XMLHelper.getArgHelper(ScriptEngine engine)
           
static XMLHelper JavaScriptE4XHelper.getXMLHelper(ScriptEngine engine)
           
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.