Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Javax.script Classes and Interfaces - 12 results found.
NameDescriptionTypePackageFramework
AbstractScriptEngineProvides a standard implementation for several of the variants of the eval eval(Reader)eval(String)Classjavax.scriptJava SE
BindingsInterfacejavax.scriptJava SE
CompiledScript might be stored in the form of Java classes, Java class files or scripting language opcodes.Classjavax.scriptJava SE
CompilableThe optional interface implemented by ScriptEngines whose methods compile scripts to a form that can be executed repeatedly without recompilation.Interfacejavax.scriptJava SE
InvocableThe optional interface implemented by ScriptEngines whose methods allow the invocation of procedures in scripts that have previously been executed.Interfacejavax.scriptJava SE
ScriptEngineManagerThe ScriptEngineManager implements a discovery and instantiation mechanism for ScriptEngine classes and also maintains aClassjavax.scriptJava SE
ScriptExceptionThe generic Exception class for the Scripting APIs.Classjavax.scriptJava SE
SimpleBindingsA simple implementation of Bindings backed by a HashMap or some other specified Map.Classjavax.scriptJava SE
SimpleScriptContextSimple implementation of ScriptContext.Classjavax.scriptJava SE
ScriptContextThe interface whose implementing classes are used to connect Script Engines with objects, such as scoped Bindings, in hosting applications.Interfacejavax.scriptJava SE
ScriptEngineScriptEngine is the fundamental interface whose methods must be fully functional in every implementation of this specification.Interfacejavax.scriptJava SE
ScriptEngineFactoryScriptEngineFactory is used to describe and instantiate Each class implementing ScriptEngine has a correspondingInterfacejavax.scriptJava SE