Search Java Classes and Packages
Search Java Frameworks and Libraries
#Javax.script Classes and Interfaces - 12 results found.
| Name | Description | Type | Package | Framework |
| AbstractScriptEngine | Provides a standard implementation for several of the variants of the eval eval(Reader)eval(String) | Class | javax.script | Java SE |
|
| Bindings | | Interface | javax.script | Java SE |
|
| CompiledScript | might be stored in the form of Java classes, Java class files or scripting language opcodes. | Class | javax.script | Java SE |
|
| Compilable | The optional interface implemented by ScriptEngines whose methods compile scripts to a form that can be executed repeatedly without recompilation. | Interface | javax.script | Java SE |
|
| Invocable | The optional interface implemented by ScriptEngines whose methods allow the invocation of procedures in scripts that have previously been executed. | Interface | javax.script | Java SE |
|
| ScriptEngineManager | The ScriptEngineManager implements a discovery and instantiation mechanism for ScriptEngine classes and also maintains a | Class | javax.script | Java SE |
|
| ScriptException | The generic Exception class for the Scripting APIs. | Class | javax.script | Java SE |
|
| SimpleBindings | A simple implementation of Bindings backed by a HashMap or some other specified Map. | Class | javax.script | Java SE |
|
| SimpleScriptContext | Simple implementation of ScriptContext. | Class | javax.script | Java SE |
|
| ScriptContext | The interface whose implementing classes are used to connect Script Engines with objects, such as scoped Bindings, in hosting applications. | Interface | javax.script | Java SE |
|
| ScriptEngine | ScriptEngine is the fundamental interface whose methods must be fully functional in every implementation of this specification. | Interface | javax.script | Java SE |
|
| ScriptEngineFactory | ScriptEngineFactory is used to describe and instantiate Each class implementing ScriptEngine has a corresponding | Interface | javax.script | Java SE |