Add a runnable to the queue.
Proxy for calling php scripts.
Creates a new script proxy.
The ScriptContext interface exposes the key-value pairs in various
scopes.
The ScriptEngine interfaces contains only the methods which are expected to
be fully functional in every Java ScriptEngine.
ScriptEngineFactory is used to describe a ScriptEngine instance.
ScriptEngineManager implements a discovery and instantiation
mechanisams for ScriptEngine class.
Constructs ScriptEngineManager and initializes it.
ScriptException is a generic checked exception thrown by mehtods
of scripting API.
Constructs a new exception with the specified cause.
Constructs a new exception with the specified detailed
message.
Constructs a new exception with the spcified detailed message
of cause, the file name of the source of script and the line
number of the script where the error has occured.
Constructs a new exception using the detailed message of
cause, file name which contains the script, line number and
column number in which the error has occured.
Selects a different writer.
Returns true if bit 1 of the request header is set (see PROTOCOL.TXT).
Store the object in the session store and return the serial id.
Integer value for the level of SESSION_SCOPE
Integer value for the level of SESSION_SCOPE
Create new session or context instances
Sets an attribute specified by the name in specified level of
scope.
Sets an attribute specified by the name in specified level of
scope.
Associates a specified value with the specifed name in the
specified scope.
Sets an attribute specified by the name in specified level of
scope.
Sets the GLOBAL_SCOPE value to the specified namespace.
Associates a namespace with a specified level of scope.
Associates the specified namespace with the specified scope.
Associates the specified namespace with the specified level of
scope.
Associates the specified namespace with specified level of
scope.
Set the JavaBridge into this context.
Set a DynamicJavaBridgeClassLoader.
Set the content length, it causes the InputStream to stop reading at some point.
Set the content length of the response.
Set the default ScriptContext
Set a new file encoding, used to code and decode strings.
Append the path to the current library path
Examples:
setJarLibPath(";file:///tmp/test.jar;file:///tmp/my.jar");
setJarLibPath("|file:c:/t.jar|http://.../a.jar|jar:file:///tmp/x.jar!/");
Set the library path for ECMA dll's
Associates the specified Map with specified level of
scope.
Called for the managed Property "script".
Set the HttpServletRequest for session sharing.
This method sets a new session factory.
Specifies the time, in seconds, between client requests before
the servlet container will invalidate this session.
Call the php method "setValueIndex".
Call the php method "setValue".
Shut down the channel, closes the in- and output stream and other resources.
SimpleNamespace is an implementation of Namespace using an
instance of java.util.HashMap or another Map passed in a
constructor to store and expose key-pair values.
Constructs a SimpleNamespace.
Constructs a SimpleNamespace and initializes it using a
specified map.
The GenericScriptContext is a simple implementation of ScriptContext.
This class manages the ContextRunners.
Create a new ContextServer using the ThreadPool.
Push a runnable to the list of runnables.
Starts a CGI process and returns the process handle.
Starts a CGI process and returns the process handle.