Uses of Package
javax.script

Packages that use javax.script
javax.script JSR 223 classes and interfaces. 
php.java.script PHP script engine implementation. 
 

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.
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.
SimpleScriptContext
          The GenericScriptContext is a simple implementation of ScriptContext.