API Overview API Index Direct link to this page
JDK 1.6
  Package: javax.script
Author(s)
Since
1.6
Version
Serial
Description
  The scripting API consists of interfaces and classes that define Java TM Scripting Engines and provides a framework for their use in Java applications.
See also:   
AbstractScriptEngine View Source Provides a standard implementation for several of the variants of the eval method.
Bindings View Source A mapping of key/value pairs, all of whose keys are Strings.
Compilable View Source The optional interface implemented by ScriptEngines whose methods compile scripts to a form that can be executed repeatedly without recompilation.
CompiledScript View Source Extended by classes that store results of compilations.
Invocable View Source The optional interface implemented by ScriptEngines whose methods allow the invocation of procedures in scripts that have previously been executed.
ScriptContext View Source The interface whose implementing classes are used to connect Script Engines with objects, such as scoped Bindings, in hosting applications.
ScriptEngine View Source ScriptEngine is the fundamental interface whose methods must be fully functional in every implementation of this specification.
ScriptEngineFactory View Source ScriptEngineFactory is used to describe and instantiate ScriptEngines.
ScriptEngineManager View Source The ScriptEngineManager implements a discovery and instantiation mechanism for ScriptEngine classes and also maintains a collection of key/value pairs storing state shared by all engines created by the Manager.
ScriptException View Source The generic Exception class for the Scripting APIs.
SimpleBindings View Source A simple implementation of Bindings backed by a HashMap or some other specified Map.
SimpleScriptContext View Source Simple implementation of ScriptContext.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar