|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use javax.script | |
---|---|
javax.script | JSR 223 classes and interfaces. |
php.java.script | Internal PHP script engine implementation. |
php.java.script.servlet | Internal PHP script engine implementation for servlets. |
php.java.servlet | PHP/Java Bridge Servlet. |
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. |
Classes in javax.script used by php.java.script.servlet | |
---|---|
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. |
|
ScriptException
ScriptException is a generic checked exception thrown by mehtods of scripting API. |
|
SimpleScriptContext
The GenericScriptContext is a simple implementation of ScriptContext. |
Classes in javax.script used by php.java.servlet | |
---|---|
ScriptException
ScriptException is a generic checked exception thrown by mehtods of scripting API. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |