Uses of Package
javax.script

Packages that use javax.script
javax.script JSR 223 classes and interfaces. 
php.java.script Internal PHP script engine implementation.
Applications should use the JSR 223 API instead. 
php.java.script.servlet Internal PHP script engine implementation for servlets.
Applications should use the JSR 223 API instead. 
 

Classes in javax.script used by javax.script
Bindings
          Namespace is an interface which exposes a collectoin of key-value pairs.
CompiledScript
          ComplieScript interface is an abstraction for the intermediate code produced by the compilation and contains methods which allow the re-execution of the intermediate code retained.
ScriptContext
          The ScriptContext interface exposes the key-value pairs in various scopes.
ScriptEngine
          The ScriptEngine interfaces contains only the methods which are expected to be fully functional in every Java ScriptEngine.
ScriptEngineFactory
          ScriptEngineFactory is used to describe a ScriptEngine instance.
ScriptException
          ScriptException is a generic checked exception thrown by mehtods of scripting API.
 

Classes in javax.script used by php.java.script
AbstractScriptEngine
          GenericScriptEngine is an abstarct class which implements the ScriptEngine interface and it contains default implementations for several eval() methods.
Bindings
          Namespace is an interface which exposes a collectoin of key-value pairs.
Compilable
          Compilable -- an optional interface contains methods which support the re-execution of intermediate code retained from previous script compilations.
CompiledScript
          ComplieScript interface is an abstraction for the intermediate code produced by the compilation and contains methods which allow the re-execution of the intermediate code retained.
Invocable
          The Invocable interface (optional) contains methods which allow the Java application to invoke intermediate codes in the underlying scripting interpreter.
ScriptContext
          The ScriptContext interface exposes the key-value pairs in various scopes.
ScriptEngine
          The ScriptEngine interfaces contains only the methods which are expected to be fully functional in every Java ScriptEngine.
ScriptEngineFactory
          ScriptEngineFactory is used to describe a ScriptEngine instance.
ScriptException
          ScriptException is a generic checked exception thrown by mehtods of scripting API.
 

Classes in javax.script used by php.java.script.servlet
ScriptContext
          The ScriptContext interface exposes the key-value pairs in various scopes.