Package javax.script

Apache BSF3 - an implementation of JSR-223 (javax.script).

See:
          Description

Interface Summary
Bindings A mapping of key/value pairs, all of whose keys are non-empty Strings.
Compilable Optional interface implemented by script engines which can compile scripts to a form that can be executed repeatedly.
Invocable Optional interface implemented by ScriptEngines which allow the invocation of procedures in scripts that have previously been executed.
ScriptContext See Javadoc of Java Scripting API
ScriptEngine See Javadoc of Java Scripting API
ScriptEngineFactory See Javadoc of Java Scripting API
 

Class Summary
AbstractScriptEngine Provides a standard implementation for various versions of the eval() methods.
CompiledScript Base for classes that store the results of compilations.
ScriptEngineManager See Javadoc of Java Scripting API
SimpleBindings A simple implementation of Bindings, backed by a HashMap (or other Map).
SimpleScriptContext A simple implementation of ScriptContext.
 

Exception Summary
ScriptException Generic Exception class for the Scripting APIs.
 

Package javax.script Description

Apache BSF3 - an implementation of JSR-223 (javax.script).

*----------------------------------------------------------------------*
* BSF3 was developed according to the JSR-223 specs, but has not yet   *
* been tested via the JSR-223 TCK. BSF can therefore not be considered *
* a compatible implementation of JSR-223.                              *
*----------------------------------------------------------------------*
This implementation requires a minimum of Java 1.4.



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