A B C D E F G H I J K L M N O P R S T U V W Z

S

sclose(int) - Static method in class php.java.bridge.JavaBridge
Close a local socket.
ScriptContext - Interface in javax.script
The ScriptContext interface exposes the key-value pairs in various scopes.
ScriptEngine - Interface in javax.script
The ScriptEngine interfaces contains only the methods which are expected to be fully functional in every Java ScriptEngine.
ScriptEngineFactory - Interface in javax.script
ScriptEngineFactory is used to describe a ScriptEngine instance.
ScriptEngineManager - Class in javax.script
ScriptEngineManager implements a discovery and instantiation mechanisams for ScriptEngine class.
ScriptEngineManager() - Constructor for class javax.script.ScriptEngineManager
Constructs ScriptEngineManager and initializes it.
ScriptException - Exception in javax.script
ScriptException is a generic checked exception thrown by mehtods of scripting API.
ScriptException(Exception) - Constructor for exception javax.script.ScriptException
Constructs a new exception with the specified cause.
ScriptException(String) - Constructor for exception javax.script.ScriptException
Constructs a new exception with the specified detailed message.
ScriptException(String, String, int) - Constructor for exception javax.script.ScriptException
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.
ScriptException(String, String, int, int) - Constructor for exception javax.script.ScriptException
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.
ScriptFile - Class in php.java.script.servlet
This class tags a special PHP script file which can be used to create a PHP ScriptFile reader.
serialize(Object, int) - Method in class php.java.bridge.JavaBridge
Store the object in the session store and return the serial id.
SERVLET - Static variable in interface php.java.bridge.http.IContext
This key can be used to get the current Servlet instance.
SERVLET_CONFIG - Static variable in interface php.java.bridge.http.IContext
This key can be used to get the current ServletConfig instance.
SERVLET_CONTEXT - Static variable in interface php.java.bridge.http.IContext
This key can be used to get the current ServletContext instance.
SERVLET_REQUEST - Static variable in interface php.java.bridge.http.IContext
This key can be used to get the current HttpServletRequest instance.
SERVLET_RESPONSE - Static variable in interface php.java.bridge.http.IContext
This key can be used to get the current HttpServletResponse instance.
ServletContextFactory - Class in php.java.servlet
Create session contexts for servlets.
SESSION_SCOPE - Static variable in class php.java.script.AbstractPhpScriptContext
Integer value for the level of SESSION_SCOPE
SESSION_SCOPE - Static variable in class php.java.servlet.Context
Integer value for the level of SESSION_SCOPE
SessionFactory - Class in php.java.bridge
Create new session instances
SessionFactory() - Constructor for class php.java.bridge.SessionFactory
 
setAsyncVoidWriter() - Method in class php.java.bridge.Response
Selects a specialized writer which does not write anything and does not generate a result proxy Used by async. protocol.
setAsyncWriter() - Method in class php.java.bridge.Response
Selects a specialized writer which does not write anything.
setAttribute(String, Object, int) - Method in interface javax.script.ScriptContext
Associates a specified value with the specifed name in the specified scope.
setAttribute(String, Object, int) - Method in class javax.script.SimpleScriptContext
Sets an attribute specified by the name in specified level of scope.
setAttribute(String, Object, int) - Method in class php.java.bridge.http.Context
Sets an attribute specified by the name in specified level of scope.
setAttribute(String, Object, int) - Method in interface php.java.bridge.http.IContext
Sets an attribute specified by the name in specified level of scope.
setAttribute(String, Object, int) - Method in class php.java.script.servlet.PhpSimpleHttpScriptContext
Sets an attribute specified by the name in specified level of scope.
setBindings(Bindings, int) - Method in class javax.script.AbstractScriptEngine
Associates a namespace with a specified level of scope.
setBindings(Bindings, int) - Method in interface javax.script.ScriptContext
Associates the specified namespace with the specified scope.
setBindings(Bindings, int) - Method in interface javax.script.ScriptEngine
Associates the specified namespace with the specified level of scope.
setBindings(Bindings) - Method in class javax.script.ScriptEngineManager
Sets the GLOBAL_SCOPE value to the specified namespace.
setBindings(Bindings, int) - Method in class javax.script.SimpleScriptContext
Associates the specified namespace with specified level of scope.
setBridge(JavaBridge) - Method in class php.java.bridge.Request
Set a temporary bridge into this request.
setClassLoader(ClassLoader) - Method in class php.java.bridge.http.ContextFactory
Set the class loader obtained from the current servlet into the context.
setClassLoader(ClassLoader) - Method in interface php.java.bridge.http.IContextFactory
Set the class loader obtained from the current servlet into the context.
setClassLoader(ClassLoader) - Method in class php.java.bridge.http.SimpleContextFactory
Set the current class loader
setClassLoader(SimpleJavaBridgeClassLoader) - Method in class php.java.bridge.JavaBridge
Set a new ClassLoader
setConfiguredLogger(String) - Static method in class php.java.bridge.Util
parse java.log_file=@HOST:PORT
setContentLength(int) - Method in class php.java.bridge.http.HttpRequest
Set the content length, it causes the InputStream to stop reading at some point.
setContentLength(int) - Method in class php.java.bridge.http.HttpResponse
Set the content length of the response.
setContext(ScriptContext) - Method in class javax.script.AbstractScriptEngine
Set a new context.
setContext(ScriptContext) - Method in interface javax.script.ScriptEngine
Set the default ScriptContext
setContext(IContext) - Method in class php.java.bridge.http.ContextFactory
Set the Context into this factory.
setContext(IContext) - Method in interface php.java.bridge.http.IContextFactory
Set the Context into this factory.
setContext(IContext) - Method in class php.java.bridge.http.SimpleContextFactory
Set the Context into this factory.
setContinuation(HttpProxy) - Method in class php.java.script.AbstractPhpScriptContext
 
setContinuation(HttpProxy) - Method in interface php.java.script.IPhpScriptContext
Set the php continuation
setDefaultFileLogger() - Static method in class php.java.bridge.Util
Set the default logger.
setDefaultWriter() - Method in class php.java.bridge.Response
Selects the default writer
setErrorWriter(Writer) - Method in interface javax.script.ScriptContext
Sets the Writer used to display error output.
setErrorWriter(Writer) - Method in class javax.script.SimpleScriptContext
Sets the Writer used to display error output.
setErrorWriter(Writer) - Method in class php.java.script.AbstractPhpScriptContext
Sets the Writer used to display error output.
setFileEncoding(String) - Method in class php.java.bridge.JavaBridge
Set a new file encoding, used to code and decode strings.
setHeader(String, String) - Method in class php.java.bridge.http.HttpResponse
Set the response header
setIsClosed() - Method in class php.java.servlet.fastcgi.ConnectionPool.Connection
Set the closed/abort flag for this connection
setLogger(ILogger) - Static method in class php.java.bridge.Util
Set a new logger.
setObjectWriter() - Method in class php.java.bridge.Response
Selects a specialized writer which always writes or , even for NULL, Class and Exception values.
setReader(Reader) - Method in interface javax.script.ScriptContext
Sets the Reader for scripts to read input .
setReader(Reader) - Method in class javax.script.SimpleScriptContext
Sets the Reader for scripts to read input .
setResult(Object, Class, boolean) - Method in class php.java.bridge.Response
Set the result packet.
setResultClass(Class) - Method in class php.java.bridge.Response
Set the result packet.
setResultException(Throwable, String) - Method in class php.java.bridge.Response
Set the result packet.
setResultProcedure(long, String, String, Object[]) - Method in class php.java.bridge.Response
Set the result packet.
setStatus(int) - Method in class php.java.bridge.http.HttpResponse
Set the response status.
setTimeout(int) - Method in interface php.java.bridge.ISession
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
setWriter(Writer) - Method in interface javax.script.ScriptContext
Sets the Writer for scripts to use when displaying output.
setWriter(Writer) - Method in class javax.script.SimpleScriptContext
Sets the Writer for scripts to use when displaying output.
setWriter(Writer) - Method in class php.java.script.AbstractPhpScriptContext
Sets the Writer for scripts to use when displaying output.
setWriter(Writer) - Method in interface php.java.script.IPhpScriptContext
Set the Writer
shutdown() - Method in class php.java.bridge.http.AbstractChannel
Shut down the channel, closes the in- and output stream and other resources.
SimpleBindings - Class in javax.script
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.
SimpleBindings() - Constructor for class javax.script.SimpleBindings
Constructs a SimpleNamespace.
SimpleBindings(Map) - Constructor for class javax.script.SimpleBindings
Constructs a SimpleNamespace and initializes it using a specified map.
SimpleContextFactory - Class in php.java.bridge.http
Base of a set of visitors which can extend the standard ContextFactory.
SimpleJavaBridgeClassLoader - Class in php.java.bridge
A bridge pattern which allows us to vary the class loader as run-time.
SimpleJavaBridgeClassLoader(ClassLoader) - Constructor for class php.java.bridge.SimpleJavaBridgeClassLoader
Create a new JavaBridgeClassLoader
SimpleLog4jLogger - Class in php.java.bridge
A logger which uses the log4j default appender.
SimpleScriptContext - Class in javax.script
The GenericScriptContext is a simple implementation of ScriptContext.
SimpleScriptContext() - Constructor for class javax.script.SimpleScriptContext
Create a simple script context
SimpleServletContextFactory - Class in php.java.servlet
Create session contexts for servlets.
size() - Method in class javax.script.SimpleBindings
SocketContextServer - Class in php.java.bridge.http
This class manages the fallback physical connection for the operating system which doesn't support named pipes, "Windows", or when the System property php.java.bridge.promiscuous is set to true.
SocketContextServer(AppThreadPool) - Constructor for class php.java.bridge.http.SocketContextServer
Create a new ContextServer using the ThreadPool.
Standalone - Class in php.java.bridge
This is the standalone container of the PHP/Java Bridge.
Standalone() - Constructor for class php.java.bridge.Standalone
 
StandaloneGCC - Class in php.java.bridge
This is the native standalone container of the PHP/Java Bridge.
StandaloneGCC() - Constructor for class php.java.bridge.StandaloneGCC
 
start() - Method in class php.java.bridge.http.AbstractChannelName
Start a new ContextRunner for a given ContextServer.
start(AbstractChannelName) - Method in class php.java.bridge.http.ContextServer
Start a channel name.
start(AbstractChannelName) - Method in interface php.java.bridge.http.IContextServer
Start the runner.
start(AbstractChannelName) - Method in class php.java.bridge.http.PipeContextServer
Start the runner.
start(AbstractChannelName) - Method in class php.java.bridge.http.SocketContextServer
Start the runner.
start(Runnable) - Method in class php.java.bridge.ThreadPool
Push a runnable to the list of runnables.
start(String[], File, Map, boolean, boolean, OutputStream) - Static method in class php.java.bridge.Util.Process
Starts a CGI process and returns the process handle.
start(String[], File, Map, boolean, boolean, OutputStream) - Static method in class php.java.bridge.Util.ProcessWithErrorHandler
Starts a CGI process and returns the process handle.
stringValueOf(Object) - Static method in class php.java.bridge.Util
This procedure should be used whenever object may be a dynamic proxy: String.valueOf(object) returns null, if object is a proxy and returns null.
switcheThreadContextClassLoader() - Method in class php.java.bridge.JavaBridgeClassLoader
Enable the DynamicJavaBridgeClassLoader, if needed.
switcheThreadContextClassLoader() - Method in class php.java.bridge.SimpleJavaBridgeClassLoader
Switch the current thread context class loader.

A B C D E F G H I J K L M N O P R S T U V W Z