Alphabetical Index: S

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

S

schedule() - method in class php.java.bridge.http.ContextServer
Add a runnable to the queue.
sclose(int) - static method in class php.java.bridge.JavaBridge
Close a local socket.
Script - class php.java.faces.Script
Proxy for calling php scripts.
Script() - constructor for class php.java.faces.Script
Creates a new script proxy.
ScriptContext - interface javax.script.ScriptContext
The ScriptContext interface exposes the key-value pairs in various scopes.
ScriptEngine - interface javax.script.ScriptEngine
The ScriptEngine interfaces contains only the methods which are expected to be fully functional in every Java ScriptEngine.
ScriptEngineFactory - interface javax.script.ScriptEngineFactory
ScriptEngineFactory is used to describe a ScriptEngine instance.
ScriptEngineManager implements a discovery and instantiation mechanisams for ScriptEngine class.
ScriptEngineManager() - constructor for class javax.script.ScriptEngineManager
Constructs ScriptEngineManager and initializes it.
ScriptException - class javax.script.ScriptException
ScriptException is a generic checked exception thrown by mehtods of scripting API.
ScriptException(Exception) - constructor for class javax.script.ScriptException
Constructs a new exception with the specified cause.
ScriptException(String) - constructor for class javax.script.ScriptException
Constructs a new exception with the specified detailed message.
ScriptException(String,String,int) - constructor for class 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 class 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.
selectWriter(int) - method in class php.java.bridge.Response
Selects a different writer.
sendArraysAsValues() - method in class php.java.bridge.Options
Returns true if bit 1 of the request header is set (see PROTOCOL.TXT).
serialize(Object,int) - method in class php.java.bridge.JavaBridge
Store the object in the session store and return the serial id.
SESSION_SCOPE - static field in class php.java.servlet.Context
Integer value for the level of SESSION_SCOPE
SESSION_SCOPE - static field in class php.java.script.PhpSimpleHttpScriptContext
Integer value for the level of SESSION_SCOPE
SessionFactory - class php.java.bridge.SessionFactory
Create new session or context instances
setAttribute(String,Object,int) - method in class php.java.bridge.http.Context
Sets an attribute specified by the name in specified level of scope.
Sets an attribute specified by the name in specified level of scope.
setAttribute(String,Object,int) - method in class javax.script.ScriptContext
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.
setBridge(php.java.bridge.JavaBridge) - method in class php.java.bridge.http.ContextFactory
Set the JavaBridge into this context.
setCacheTimeout(long) - method in class php.java.bridge.DynamicClassLoader
Set a DynamicJavaBridgeClassLoader.
Set a new ClassLoader
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.
Set a new context.
Set the default ScriptContext
Set the context factory
Set the context factory.
Set the context factory
Set the php continuation
Set the php continuation
Set the php continuation
setDefaultLocale(Locale) - method in class php.java.faces.PhpFacesApplication
setDefaultRenderKitId(String) - method in class php.java.faces.PhpFacesApplication
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
setJarLibraryPath(String,String) - method in class php.java.bridge.JavaBridge
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!/");
setLazy(boolean) - method in class php.java.bridge.DynamicClassLoader
setLibraryPath(String,String) - method in class php.java.bridge.JavaBridge
Set the library path for ECMA dll's
setLogger(php.java.bridge.Util.Logger) - static method in class php.java.bridge.Util
setMap(Map,int) - method in class php.java.bridge.http.Context
Associates the specified Map with specified level of scope.
setMessageBundle(String) - method in class php.java.faces.PhpFacesApplication
setResult(Object,Class) - 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.
setResultObject(Object) - method in class php.java.bridge.Response
Set the result packet.
Set the result packet.
setScript(Object) - method in class php.java.faces.Script
Called for the managed Property "script".
Set the HttpServletRequest for session sharing.
This method sets a new session factory.
setStatus(int) - method in class php.java.bridge.http.HttpResponse
Set the response status.
setSupportedLocales(Collection) - method in class php.java.faces.PhpFacesApplication
setTimeout(int) - method in class php.java.servlet.HttpSessionFacade
setTimeout(int) - method in class php.java.bridge.ISession
Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.
setTransient(boolean) - method in class php.java.faces.PhpFacesMethodBindingImpl
setValue(int,Object) - method in class php.java.faces.Script
Call the php method "setValueIndex".
setValue(Object,int,Object) - method in class php.java.faces.PhpFacesPropertyResolver
setValue(Object,Object) - method in class php.java.faces.Script
Call the php method "setValue".
shutdown() - method in class php.java.bridge.http.IContextServer.Channel
Shut down the channel, closes the in- and output stream and other resources.
SimpleBindings - class javax.script.SimpleBindings
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.
The GenericScriptContext is a simple implementation of ScriptContext.
SimpleScriptContext() - constructor for class javax.script.SimpleScriptContext
size() - method in class javax.script.SimpleBindings
SocketContextServer - class php.java.bridge.http.SocketContextServer
This class manages the ContextRunners.
Create a new ContextServer using the ThreadPool.
start(Runnable) - method in class php.java.bridge.ThreadPool
Push a runnable to the list of runnables.
start(String) - method in class php.java.bridge.http.IContextServer
Start the runner.
start(String) - method in class php.java.bridge.http.PipeContextServer
start(String) - method in class php.java.bridge.http.SocketContextServer
start(String[],File,Map) - static method in class php.java.bridge.Util.Process
Starts a CGI process and returns the process handle.
start(String[],File,Map) - static method in class php.java.bridge.Util.ProcessWithErrorHandler
Starts a CGI process and returns the process handle.
startChannel() - method in class php.java.bridge.http.ContextServer.ChannelName
strings - field in class php.java.bridge.ParserTag
The strings.