Package javax.script

Interface Summary
Bindings Modifies the script's global variables.
Compilable Represents a script which can be compiled.
Invocable Represents script engines that can invoke a previously executed method.
ScriptContext Context information from an engine to the bindings.
ScriptEngine The main scripting engine support.
ScriptEngineFactory A factory for creating scripts.
ScriptEngineInfo Metadata about the script engine.
 

Class Summary
AbstractScriptEngine A standard imlementation of the ScriptEngine.
CompiledScript Represents a compiled script.
ScriptEngineManager A manager for script engines.
SimpleBindings Implements the namespace
SimpleScriptContext Basic implementation of a script context.
 

Exception Summary
ScriptException Represents a script exception.