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

S

ScriptContext - Interface in javax.script
The ScriptContext interface exposes the key-value pairs in various scopes.
ScriptContextDecorator - Class in php.java.script
Abstract class for ScriptContexts.
ScriptContextDecorator(ScriptContext) - Constructor for class php.java.script.ScriptContextDecorator
 
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.
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.
ServletUtil - Class in php.java.servlet
Miscellaneous servlet functions.
SESSION_CREATE_NEW - Static variable in interface php.java.bridge.ISession
Create a new session
SESSION_GET - Static variable in interface php.java.bridge.ISession
Get an existing session
SESSION_GET_OR_CREATE - Static variable in interface php.java.bridge.ISession
Get an existing session or create one
SESSION_SCOPE - Static variable in class php.java.script.servlet.PhpHttpScriptContext
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.
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.PhpScriptContextDecorator
Sets an attribute specified by the name in specified level of scope.
setAttribute(String, Object, int) - Method in class php.java.script.ScriptContextDecorator
Associates a specified value with the specifed name in the specified scope.
setAttribute(String, Object, int) - Method in class php.java.script.servlet.PhpHttpScriptContext
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.
setBindings(Bindings, int) - Method in class php.java.script.PhpScriptContextDecorator
Associates the specified namespace with the specified scope.
setBindings(Bindings, int) - Method in class php.java.script.ScriptContextDecorator
Associates the specified namespace with the specified scope.
setBridge(JavaBridge) - Method in class php.java.bridge.Request
Set a temporary bridge into this request.
setBufferSize(int) - Method in class php.java.servlet.RemoteHttpServletResponse
 
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.RemoteHttpContextFactory
Set the Context into this factory.
setContext(IContext) - Method in class php.java.bridge.http.SimpleContextFactory
Set the Context into this factory.
setContext(IContext) - Method in class php.java.servlet.RemoteHttpServletContextFactory
Set the Context into this factory.
setContinuation(Continuation) - Method in class php.java.script.AbstractPhpScriptContext
 
setContinuation(Continuation) - Method in interface php.java.script.IPhpScriptContext
Set the php continuation
setContinuation(Continuation) - Method in class php.java.script.PhpScriptContextDecorator
Set the php continuation
setDefaultLogger(ILogger) - Static method in class php.java.bridge.Util
Sets the fall back logger, used when no thread-local logger exists.
setDefaultPort() - Method in class php.java.bridge.http.NPChannelFactory
Set the a default port, overriding the port selected by NPChannelFactory.findFreePort(boolean)
setDefaultWriter() - Method in class php.java.bridge.Response
Selects the default writer
setDynamicPort() - Method in class php.java.bridge.http.NPChannelFactory
Set the dynamic port selected by NPChannelFactory.findFreePort(boolean)
setEncoding(String) - Method in class php.java.bridge.http.WriterOutputStream
The encoding used for char[] -> byte[] conversion
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.
setErrorWriter(Writer) - Method in class php.java.script.PhpScriptContextDecorator
Sets the Writer used to display error output.
setErrorWriter(Writer) - Method in class php.java.script.ScriptContextDecorator
Sets the Writer used to display error output.
setErrorWriter(Writer) - Method in class php.java.script.servlet.PhpHttpScriptContext
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.bridge.http.FCGIConnectionPool.Connection
Set the closed/abort flag for this connection
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 .
setReader(Reader) - Method in class php.java.script.PhpScriptContextDecorator
Sets the Reader for scripts to read input .
setReader(Reader) - Method in class php.java.script.ScriptContextDecorator
Sets the Reader for scripts to read input .
setReader(Reader) - Method in class php.java.script.servlet.PhpHttpScriptContext
 
setResponse(HttpResponse) - Method in class php.java.bridge.http.RemoteHttpContextFactory
Set the current response
setResponse(HttpServletResponse) - Method in class php.java.servlet.RemoteHttpServletContextFactory
Set the current response
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, boolean) - 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 class php.java.script.PhpScriptContextDecorator
Sets the Writer for scripts to use when displaying output.
setWriter(Writer) - Method in class php.java.script.ScriptContextDecorator
Sets the Writer for scripts to use when displaying output.
setWriter(Writer) - Method in class php.java.script.servlet.PhpHttpScriptContext
Sets the Writer for scripts to use when displaying output.
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.
SimpleHeaderParser - Class in php.java.bridge.http
A procedure class which can be used to capture the HTTP header strings.
SimpleHeaderParser() - Constructor for class php.java.bridge.http.SimpleHeaderParser
 
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
SOCKET_SERVER_AVAIL - Static variable in class php.java.bridge.http.SocketContextServer
 
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, boolean, String) - 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
 
start(ILogger) - Method in class php.java.bridge.http.AbstractChannelName
Start a new ContextRunner for a given ContextServer.
start(AbstractChannelName, ILogger) - Method in class php.java.bridge.http.ContextServer
Start a channel name.
start(AbstractChannelName, ILogger) - Method in interface php.java.bridge.http.IContextServer
Start the runner.
start() - Method in interface php.java.bridge.http.IFCGIProcess
Start a new FCGIProcess
start(AbstractChannelName, ILogger) - 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[], boolean, String, String, 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[], boolean, String, String, String, File, Map, boolean, boolean, OutputStream) - Static method in class php.java.bridge.Util.ProcessWithErrorHandler
Starts a CGI process and returns the process handle.
start() - Method in class php.java.servlet.fastcgi.FCGIProcess
 
startContinuation() - Method in class php.java.script.AbstractPhpScriptContext
Start the current continuation using a context-specific thread pool
startContinuation() - Method in interface php.java.script.IPhpScriptContext
Start the current continuation using a context-specific thread pool
startContinuation() - Method in class php.java.script.PhpScriptContextDecorator
Start the current continuation using a context-specific thread pool
startContinuation() - Method in class php.java.script.servlet.PhpHttpScriptContext
 
startServer(ILogger) - Method in class php.java.bridge.http.FCGIConnectionFactory
Start the FastCGI server
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.

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