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

G

get(String) - Method in class javax.script.AbstractScriptEngine
Retrieves the associated value with the specified key ScriptEngine namespace.
get(String) - Method in interface javax.script.ScriptEngine
Retrieves the value which is associated with the specified key in the state of the ScriptEngine.
get(String) - Method in class javax.script.ScriptEngineManager
Retrieves the associated value for the spefied key in the GLOBAL_SCOPE
get(Object) - Method in class javax.script.SimpleBindings
get(String, ContextFactory.ICredentials) - Static method in class php.java.bridge.http.ContextFactory
Only for internal use.
GET - Static variable in class php.java.bridge.http.HttpServer
Request method PUT
get(Object) - Method in interface php.java.bridge.ISession
Returns the object bound to the given name in the session's context layer data.
getAll() - Method in interface php.java.bridge.ISession
Returns a map of all bindings maintained by this session.
getAttribute(String) - Method in interface javax.script.ScriptContext
Retrieves the value of the getAttribute(String, int) for the lowest scope in which it returns a non-null value.
getAttribute(String, int) - Method in interface javax.script.ScriptContext
Retrieves the value of an attribute in the specified scope.
getAttribute(String) - Method in class javax.script.SimpleScriptContext
Retrieves the value for getAttribute(String, int) for the lowest scope in which it returns a non-null value.
getAttribute(String, int) - Method in class javax.script.SimpleScriptContext
Retrieves the value associated with specified name in the specified level of scope.
getAttribute(String) - Method in class php.java.bridge.http.Context
Retrieves the value for getAttribute(String, int) for the lowest scope in which it returns a non-null value.
getAttribute(String, int) - Method in class php.java.bridge.http.Context
Retrieves the value associated with specified name in the specified level of scope.
getAttribute(String) - Method in interface php.java.bridge.http.IContext
Retrieves the value for getAttribute(String, int) for the lowest scope in which it returns a non-null value.
getAttribute(String, int) - Method in interface php.java.bridge.http.IContext
Retrieves the value associated with specified name in the specified level of scope.
getAttribute(String, int) - Method in class php.java.script.servlet.PhpSimpleHttpScriptContext
Retrieves the value associated with specified name in the specified level of scope.
getAttribute(String) - Method in class php.java.script.servlet.PhpSimpleHttpScriptContext
Retrieves the value for getAttribute(String, int) for the lowest scope in which it returns a non-null value.
getAttribute(String, int) - Method in class php.java.servlet.Context
Retrieves the value associated with specified name in the specified level of scope.
getAttribute(String) - Method in class php.java.servlet.Context
Retrieves the value for getAttribute(String, int) for the lowest scope in which it returns a non-null value.
getAttributesScope(String) - Method in interface javax.script.ScriptContext
Retrieves the lowest value of the scope for which the attribute is defined.
getAttributesScope(String) - Method in class javax.script.SimpleScriptContext
Retrieves the lowest value of scopes for which the attribute is defined.
getAttributesScope(String) - Method in class php.java.bridge.http.Context
Retrieves the lowest value of scopes for which the attribute is defined.
getAttributesScope(String) - Method in interface php.java.bridge.http.IContext
Retrieves the lowest value of scopes for which the attribute is defined.
getBindings(int) - Method in class javax.script.AbstractScriptEngine
Retrieves a reference to the associated namespace for the specified level of scope.
getBindings(int) - Method in interface javax.script.ScriptContext
Retrieves the Namespace instance associated with the gieve scope.
getBindings(int) - Method in interface javax.script.ScriptEngine
Retrieves a reference to the associated namespace for the specified level of scope.
getBindings() - Method in class javax.script.ScriptEngineManager
Retrieves the namespace corresponds to GLOBAL_SCOPE.
getBindings(int) - Method in class javax.script.SimpleScriptContext
Retrieves the Namespace instance associated with the specified level of scope.
getBridge() - Method in class php.java.bridge.http.SimpleContextFactory
Return the JavaBridge.
getBridge() - Method in interface php.java.bridge.IJavaBridgeFactory
Return the JavaBridge.
getBridge() - Method in class php.java.bridge.JavaBridgeFactory
Return the JavaBridge.
getCachedString(byte[], int, int) - Method in class php.java.bridge.JavaBridge
Return a cached string using the current file encoding (see java_set_file_encoding()).
getCanonicalWindowsFile(String) - Static method in class php.java.bridge.Standalone
Returns the canonical windows file.
getChannel() - Method in class php.java.bridge.http.ContextRunner
Return the channel of the current runner.
getChannelName() - Method in class php.java.bridge.http.SocketContextServer
Returns the server port.
getChannelName() - Static method in class php.java.servlet.fastcgi.ChannelName
Create a new ChannelName.
getClass(Object) - Static method in class php.java.bridge.Util
Return the class or the object, if obj is already a class.
getClassLoader() - Method in class php.java.bridge.http.ContextFactory
Return the context loader
getClassLoader() - Method in interface php.java.bridge.http.IContextFactory
Get the class loader from the servlet.
getClassLoader() - Method in class php.java.bridge.http.SimpleContextFactory
Return the current class loader.
getClassLoader() - Method in class php.java.bridge.JavaBridge
Return the current ClassLoader
getClassLoader() - Method in class php.java.bridge.SessionFactory
Return the context loader
getClassLoader() - Method in class php.java.bridge.SimpleJavaBridgeClassLoader
Only for internal use
getClassName(Object) - Static method in class php.java.bridge.Util
Return the class name
getColumnNumber() - Method in exception javax.script.ScriptException
Retrieves the column number of the script where the error has occured.
getContext() - Method in class javax.script.AbstractScriptEngine
Return the script context.
getContext() - Method in interface javax.script.ScriptEngine
 
getContext() - Method in class php.java.bridge.http.ContextFactory
Returns the context.
getContext() - Method in interface php.java.bridge.http.IContextFactory
Return a JSR223 context
getContext() - Method in class php.java.bridge.http.SimpleContextFactory
Return a JSR223 context
getContext() - Method in interface php.java.bridge.IJavaBridgeFactory
Return the associated JSR223 context
getContext() - Method in class php.java.bridge.JavaBridge
Returns the JSR223 context.
getContext() - Method in class php.java.bridge.JavaBridgeFactory
Return the associated JSR223 context
getContext() - Method in class php.java.bridge.SessionFactory
Return the associated context
getContext() - Method in class php.java.script.servlet.PhpSimpleHttpScriptContext
Get the ServletContext
getContextClassLoader() - Static method in class php.java.bridge.SimpleJavaBridgeClassLoader
Return the thread context class loader
getContextClassLoader() - Static method in class php.java.bridge.Util
 
getContextString() - Method in class php.java.script.AbstractPhpScriptContext
Return the context string, for example http://localhost:8080/JavaBridge
getContextString() - Method in interface php.java.script.IPhpScriptContext
Return the context string, for example http://localhost:8080/JavaBridge
getContextString() - Method in class php.java.script.PhpScriptContext
Return the context string, for example http://localhost:8080/JavaBridge
getContextString() - Method in class php.java.script.servlet.PhpSimpleHttpScriptContext
Return the context string, for example http://localhost:8080/JavaBridge
getContinuation() - Method in class php.java.script.AbstractPhpScriptContext
 
getContinuation() - Method in interface php.java.script.IPhpScriptContext
Get the php continuation
getCreationTime() - Method in interface php.java.bridge.ISession
Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.
getCredentials(String) - Method in class php.java.bridge.http.ContextServer
Return the credentials provided by the ContextServer.
getCtx() - Method in class php.java.bridge.http.AbstractChannelName
Return the
getDefaultClassLoader() - Method in class php.java.bridge.SimpleJavaBridgeClassLoader
Return the default class loader
getEngine() - Method in class javax.script.CompiledScript
Retrieves a reference to the ScriptEngine whose methods created this CompiledScript object.
getEngineByExtension(String) - Method in class javax.script.ScriptEngineManager
Retrieves a new instance of a ScriptingEngine for the specified extension of a scirpt file.
getEngineByMimeType(String) - Method in class javax.script.ScriptEngineManager
Retrieves new instance the ScriptingEngine for a specifed MIME type.
getEngineByName(String) - Method in class javax.script.ScriptEngineManager
Retrieves a new instance of a ScriptEngine the specified descriptieve name.
getEngineFactories() - Method in class javax.script.ScriptEngineManager
Retrieves an array of instances of ScriptEngineFactory class which are found by the discovery mechanism.
getEngineName() - Method in interface javax.script.ScriptEngineFactory
Retrieves the full name of the ScriptEngine.
getEngineName() - Method in class php.java.script.PhpScriptEngineFactory
Retrieves the full name of the ScriptEngine.
getEngineVersion() - Method in interface javax.script.ScriptEngineFactory
Retrieves the version of the Script Engine.
getEngineVersion() - Method in class php.java.script.PhpScriptEngineFactory
Retrieves the version of the Script Engine.
getError() - Method in exception php.java.bridge.Util.Process.PhpException
Return the error string
getErrorStream() - Method in class php.java.bridge.Util.Process
getErrorWriter() - Method in interface javax.script.ScriptContext
Returns the Writer used to display error output.
getErrorWriter() - Method in class javax.script.SimpleScriptContext
Returns the Writer used to display error output.
getErrorWriter() - Method in class php.java.script.AbstractPhpScriptContext
Returns the Writer used to display error output.
getErrorWriter() - Method in class php.java.script.PhpScriptContext
Returns the Writer used to display error output.
getErrorWriter() - Method in class php.java.script.servlet.PhpSimpleHttpScriptContext
Returns the Writer used to display error output.
getExtensions() - Method in interface javax.script.ScriptEngineFactory
Retrieves an array of Strings which are file extensions tipically used for files containing scripts written in the language supported by the ScriptEngine.
getExtensions() - Method in class php.java.script.InvocablePhpScriptEngineFactory
Retrieves an array of Strings which are file extensions tipically used for files containing scripts written in the language supported by the ScriptEngine.
getExtensions() - Method in class php.java.script.PhpScriptEngineFactory
Retrieves an array of Strings which are file extensions tipically used for files containing scripts written in the language supported by the ScriptEngine.
getFactory() - Method in interface javax.script.ScriptEngine
Retrieves a ScriptEngineFactory for the class to which describes the underlying ScriptEngine.
getFactory() - Method in class php.java.bridge.JavaBridge
Return the session/jsr223 factory associated with this bridge
getFallbackChannelName(String, IContextFactory) - Method in class php.java.bridge.http.ContextServer
Return the channelName which be passed to the client as X_JAVABRIDGE_REDIRECT
getFcgiStartCommand(String, String) - Method in class php.java.servlet.fastcgi.ChannelName
Return a command which may be useful for starting the FastCGI server as a separate command.
getFileName() - Method in exception javax.script.ScriptException
Retrieves the file name in which the script is contained.
getHeader(String) - Method in class php.java.bridge.http.HttpRequest
Returns the header value
getHostAddress() - Static method in class php.java.bridge.Util
Returns the string "127.0.0.1".
getHttpServletRequest() - Method in class php.java.bridge.http.Context
Throws IllegalStateException
getHttpServletRequest() - Method in class php.java.servlet.Context
Return the http servlet request
getHttpServletRequest() - Method in class php.java.servlet.RemoteContext
Return the request object
getHttpServletResponse() - Method in class php.java.bridge.http.Context
Throws IllegalStateException
getHttpServletResponse() - Method in class php.java.servlet.Context
Return the http servlet response
getHttpServletResponse() - Method in class php.java.servlet.RemoteContext
Return the response object
getId() - Method in class php.java.bridge.http.ContextFactory
Return the serializable ID of the context factory
getId() - Method in interface php.java.bridge.http.IContextFactory
Return the serializable ID of the context factory
getId() - Method in class php.java.bridge.http.SimpleContextFactory
Return the serializable ID of the context factory
getInputStream() - Method in class php.java.bridge.http.AbstractChannel
Returns the channel's input stream.
getInputStream() - Method in class php.java.bridge.http.HttpRequest
Returns the InputStream
getInputStream() - Method in class php.java.bridge.Util.Process
getInputStream() - Method in class php.java.servlet.fastcgi.ConnectionPool.Connection
Returns the InputStream associated with this connection.
getInstance(String) - Static method in class php.java.bridge.JavaBridgeRunner
Return a instance.
getInterface(Object, Class) - Method in interface javax.script.Invocable
Retrieves an instance of java class whose methods are impelemented using procedures in script which are in the intermediate code repository in the underlying interpreter.
getInterface(Class) - Method in interface javax.script.Invocable
Retrieves an instance of java class whose methods are impelemented using procedures in script which are in the intermediate code repository in the underlying interpreter.
getInterface(Class) - Method in class php.java.script.InvocablePhpScriptEngine
Retrieves an instance of java class whose methods are impelemented using procedures in script which are in the intermediate code repository in the underlying interpreter.
getInterface(Object, Class) - Method in class php.java.script.InvocablePhpScriptEngine
Retrieves an instance of java class whose methods are impelemented using procedures in script which are in the intermediate code repository in the underlying interpreter.
getInvocablePhpScriptEngine(Servlet, ServletContext, HttpServletRequest, HttpServletResponse) - Static method in class php.java.script.servlet.EngineFactory
Get a PHP JSR 223 ScriptEngine which implements the Invocable interface from the servlet context.
getInvocablePhpScriptEngine(Servlet, ServletContext, HttpServletRequest, HttpServletResponse, String, int) - Static method in class php.java.script.servlet.EngineFactory
Get a PHP JSR 223 ScriptEngine, which implements the Invocable interface, from a HTTP server running on the local host.
getInvocablePhpScriptEngine(Servlet, ServletContext, HttpServletRequest, HttpServletResponse, String, int, String) - Static method in class php.java.script.servlet.EngineFactory
Get a PHP JSR 223 ScriptEngine, which implements the Invocable interface, from a HTTP server running on the local host.
getJavaBridgeClassLoader() - Method in class php.java.bridge.http.ContextFactory
Return an instance of the JavaBridgeClassLoader
getJavaBridgeClassLoader() - Method in class php.java.bridge.http.SimpleContextFactory
Return the JavaBridgeClassLoader, which wraps the DynamicJavaBridgeClassLoader
getJavaBridgeClassLoader() - Method in interface php.java.bridge.IJavaBridgeFactory
Return an instance of the JavaBridgeClassLoader.
getJavaBridgeClassLoader() - Method in class php.java.bridge.JavaBridgeFactory
Return an instance of the JavaBridgeClassLoader
getJavaBridgeClassLoader() - Method in class php.java.bridge.SessionFactory
Return an instance of the JavaBridgeClassLoader
getLanguageName() - Method in interface javax.script.ScriptEngineFactory
Retrieves the name of the language supported by the ScriptEngine.
getLanguageName() - Method in class php.java.script.InteractivePhpScriptEngineFactory
Retrieves the name of the language supported by the ScriptEngine.
getLanguageName() - Method in class php.java.script.InvocablePhpScriptEngineFactory
Retrieves the name of the language supported by the ScriptEngine.
getLanguageName() - Method in class php.java.script.PhpScriptEngineFactory
Retrieves the name of the language supported by the ScriptEngine.
getLanguageVersion() - Method in interface javax.script.ScriptEngineFactory
Retrieves the version of the language supported by the ScriptEngine.
getLanguageVersion() - Method in class php.java.script.PhpScriptEngineFactory
Retrieves the version of the language supported by the ScriptEngine.
getLastAccessedTime() - Method in interface php.java.bridge.ISession
Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight January 1, 1970 GMT.
getLineNumber() - Method in exception javax.script.ScriptException
Retrieves the line number of the script where the error has occured.
getLocalPort(ServletRequest) - Static method in class php.java.servlet.CGIServlet
Only for internal use.
getLogger() - Static method in class php.java.bridge.Util
 
getLogLevel() - Method in class php.java.bridge.JavaBridge
Return the log level:
0: log off
1: log fatal
2: log messages/exceptions
3: log verbose
4: log debug
5: log method invocations
getMBeanProperty(String, String) - Static method in class php.java.bridge.Util
Return an mbean property.
getMessage() - Method in exception javax.script.ScriptException
Retrieves a String describing the cause of error.
getMethod() - Method in class php.java.bridge.http.HttpRequest
Return the request Method
getMethodCallSyntax(String, String, String[]) - Method in interface javax.script.ScriptEngineFactory
Return a syntax string for method calls
getMethodCallSyntax(String, String, String[]) - Method in class php.java.script.PhpScriptEngineFactory
Return a syntax string for method calls
getMimeTypes() - Method in interface javax.script.ScriptEngineFactory
Retrieves an array of Strings containing MIME types describing the content which can be processed using the Script Engine.
getMimeTypes() - Method in class php.java.script.PhpScriptEngineFactory
Retrieves an array of Strings containing MIME types describing the content which can be processed using the Script Engine.
getName() - Method in class php.java.bridge.http.AbstractChannel
Returns the name of the channel, for example the socket # or the pipe name.
getName() - Method in class php.java.bridge.http.AbstractChannelName
Returns the name of the channel, for example the socket # or the pipe name.
getNames() - Method in interface javax.script.ScriptEngineFactory
Retrieves an array of short descriptive names such as {"javascript", "rhino"} describing the language supported by the Script Engine.
getNames() - Method in class php.java.script.InvocablePhpScriptEngineFactory
Retrieves an array of short descriptive names such as {"javascript", "rhino"} describing the language supported by the Script Engine.
getNames() - Method in class php.java.script.PhpScriptEngineFactory
Retrieves an array of short descriptive names such as {"javascript", "rhino"} describing the language supported by the Script Engine.
getOptions() - Method in class php.java.bridge.JavaBridge
Returns the connection options
getOuptutStream() - Method in class php.java.bridge.http.AbstractChannel
Returns the channel's output stream.
getOutputStatement(String) - Method in interface javax.script.ScriptEngineFactory
Return the output syntax
getOutputStatement(String) - Method in class php.java.script.PhpScriptEngineFactory
Return the output syntax
getOutputStream() - Method in class php.java.bridge.http.HttpResponse
Returns the OutputStream of the response. setContentLength() must be called before.
getOutputStream() - Method in class php.java.bridge.Util.Process
getOutputStream() - Method in class php.java.script.PhpScriptWriter
Returns the OutputStream.
getOutputStream() - Method in class php.java.servlet.fastcgi.ConnectionPool.Connection
Returns the OutputStream associated with this connection.
getParameter(String) - Method in interface javax.script.ScriptEngineFactory
Retrieves an associated value for the specified key.
getParameter(String) - Method in class php.java.script.PhpScriptEngineFactory
Retrieves an associated value for the specified key.
getPhpArgs(String[]) - Static method in class php.java.bridge.Util
Return args + PHP_ARGS
getPhpMap(Object) - Method in class php.java.bridge.JavaBridge
Return map for the value (PHP 5 only)
getPhpScript(String, Reader) - Static method in class php.java.script.servlet.EngineFactory
Get a PHP script from the given Path.
getPhpScript(String, String, Reader) - Static method in class php.java.script.servlet.EngineFactory
Get a PHP script from the given Path.
getPhpScript(String) - Static method in class php.java.script.servlet.EngineFactory
Get a PHP script from the given Path.
getPhpScript(String, String) - Static method in class php.java.script.servlet.EngineFactory
Get a PHP script from the given Path.
getPhpScriptEngine(Servlet, ServletContext, HttpServletRequest, HttpServletResponse) - Static method in class php.java.script.servlet.EngineFactory
Get a PHP JSR 223 ScriptEngine from the servlet context.
getProgram(String[]) - Method in interface javax.script.ScriptEngineFactory
Return the program syntax
getProgram(String[]) - Method in class php.java.script.PhpScriptEngineFactory
Return the program syntax
getProxy(Class[]) - Method in class php.java.bridge.PhpProcedureProxy
Generate a proxy.
getReader() - Method in interface javax.script.ScriptContext
Returns a Reader to be used by the script to read input.
getReader() - Method in class javax.script.SimpleScriptContext
Returns a Reader to be used by the script to read input.
getReader() - Method in class php.java.script.servlet.PhpSimpleHttpScriptContext
Returns a Reader to be used by the script to read input.
getRealPath(ServletContext, String) - Static method in class php.java.script.servlet.EngineFactory
Wrapper for ServletContext.getRealPath(String), throws an IllegalArgumentException if the path could not be determined.
getRealPath(ServletContext, String) - Static method in class php.java.servlet.CGIServlet
Identical to context2.getRealPath(pathInfoCGI).
getRequest() - Method in class php.java.script.servlet.PhpSimpleHttpScriptContext
Get the HttpServletRequest
getRequestURI() - Method in class php.java.bridge.http.HttpRequest
Return the request URI
getRequiredInstance(String) - Static method in class php.java.bridge.JavaBridgeRunner
Return a instance.
getRequiredInstance() - Static method in class php.java.bridge.JavaBridgeRunner
Return a instance.
getRequiredStandaloneInstance() - Static method in class php.java.bridge.JavaBridgeRunner
Return a standalone instance.
getResponse() - Method in class php.java.script.servlet.PhpSimpleHttpScriptContext
Get the servlet response
getResult() - Method in class php.java.script.ResultProxy
Release the script engine and return the result code
getScopes() - Method in interface javax.script.ScriptContext
Returns immutable List of all the valid values for scope in the ScriptContext.
getScopes() - Method in class javax.script.SimpleScriptContext
Returns immutable List of all the valid values for scope in the ScriptContext.
getScriptEngine() - Method in interface javax.script.ScriptEngineFactory
Retrieves an instance of the associated ScriptEngine.
getScriptEngine() - Method in class php.java.script.InteractivePhpScriptEngineFactory
Retrieves an instance of the associated ScriptEngine.
getScriptEngine() - Method in class php.java.script.InvocablePhpScriptEngineFactory
Retrieves an instance of the associated ScriptEngine.
getScriptEngine() - Method in class php.java.script.PhpScriptEngineFactory
Retrieves an instance of the associated ScriptEngine.
getServlet() - Method in class php.java.servlet.Context
Return the http servlet
getServlet() - Method in class php.java.servlet.RemoteContext
Return the servlet
getServletConfig() - Method in class php.java.servlet.Context
Return the servlet config
getServletConfig() - Method in class php.java.servlet.RemoteContext
Return the servlet config
getServletContext() - Method in class php.java.bridge.http.Context
Throws IllegalStateException
getServletContext() - Method in class php.java.servlet.Context
Return the servlet context
getServletContext() - Method in class php.java.servlet.RemoteContext
Return the servlet context
getServletPoolSize() - Static method in class php.java.servlet.PhpCGIServlet
Return the servlet pool size
getSession(String, boolean, int) - Method in class php.java.bridge.http.ContextFactory
Return a standard session, shared with JSP
getSession(boolean, int) - Method in class php.java.bridge.http.ContextFactory
Return a session, not shared with JSP
getSession(String, boolean, int) - Method in interface php.java.bridge.http.IContextFactory
 
getSession(String, boolean, int) - Method in class php.java.bridge.http.SimpleContextFactory
Return a session for the JavaBridge
getSession(boolean, int) - Method in class php.java.bridge.http.SimpleContextFactory
getSession(String, boolean, int) - Method in interface php.java.bridge.IJavaBridgeFactory
Return a session for the JavaBridge
getSession(boolean, int) - Method in interface php.java.bridge.IJavaBridgeFactory
 
getSession(String, boolean, int) - Method in class php.java.bridge.JavaBridge
Return a session handle shared among all JavaBridge instances.
getSession(String, boolean, int) - Method in class php.java.bridge.JavaBridgeFactory
Return a session for the JavaBridge
getSession(boolean, int) - Method in class php.java.bridge.JavaBridgeFactory
Return an anonymous session for internal use.
getSession(String, boolean, int) - Method in class php.java.bridge.SessionFactory
Return a session.
getSession(boolean, int) - Method in class php.java.bridge.SessionFactory
Return an anonymous session for internal use.
getSession(boolean, int) - Method in class php.java.script.InteractivePhpScriptContextFactory
getSession(String, boolean, int) - Method in class php.java.servlet.RemoteServletContextFactory
Return a session for the JavaBridge
getSession(String, boolean, int) - Method in class php.java.servlet.SimpleServletContextFactory
Return a session for the JavaBridge
getSession() - Method in class php.java.servlet.SimpleServletContextFactory
Return the http session handle or null;
getSessionCount() - Method in interface php.java.bridge.ISession
Returns the number of active sessions.
GetSetProp(Object, String, Object[], Response) - Method in class php.java.bridge.JavaBridge
Get or Set a property, to be called by clients.
getShortClassName(Object) - Static method in class php.java.bridge.Util
Return the short class name
getShortName(Class) - Static method in class php.java.bridge.Util
Return the short class name
getSimpleSession(String, boolean, int) - Method in class php.java.bridge.http.ContextFactory
Return a simple session which cannot be shared with JSP
getSimpleSession(boolean, int) - Method in class php.java.bridge.http.ContextFactory
Return a simple session which cannot be shared with JSP
getSocket() - Method in class php.java.bridge.http.HttpServer
Returns the server socket.
getSocketName() - Method in interface php.java.bridge.ISocketFactory
Return the socket# as a string.
getSocketName() - Method in class php.java.script.AbstractPhpScriptContext
Return the socket name, for example 8080
getSocketName() - Method in interface php.java.script.IPhpScriptContext
Return the socket name, for example 8080
getSocketName() - Method in class php.java.script.PhpScriptContext
Return the socket name, for example 8080
getSocketName() - Method in class php.java.script.servlet.PhpSimpleHttpScriptContext
Return the socket name, for example 8080
getString(byte[], int, int) - Method in class php.java.bridge.JavaBridge
Return a new string using the current file encoding (see java_set_file_encoding()).
getThreadGroup() - Method in class php.java.bridge.JavaBridgeSecurityManager
All user threads belong to the "JavaBridgeThreadPoolAppGroup" and all internal threads to "JavaBridgeThreadPoolGroup".
getTimeout() - Method in interface php.java.bridge.ISession
Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.
getURL() - Method in class php.java.script.URLReader
Returns the URL to which this reader connects.
getValues(Object) - Method in class php.java.bridge.JavaBridge
Convert Map or Collection into a PHP array, sends the entire array, Map or Collection to the client.
getWriter() - Method in interface javax.script.ScriptContext
Returns the Writer for scripts to use when displaying output.
getWriter() - Method in class javax.script.SimpleScriptContext
Returns the Writer for scripts to use when displaying output.
getWriter() - Method in class php.java.bridge.http.Context
Retrieves an instance of java.io.Writer which can be used by scripts to display their output.
getWriter() - Method in interface php.java.bridge.http.IContext
Retrieves an instance of java.io.Writer which can be used by scripts to display their output.
getWriter() - Method in class php.java.script.AbstractPhpScriptContext
Returns the Writer for scripts to use when displaying output.
getWriter() - Method in interface php.java.script.IPhpScriptContext
Returns the Writer
getWriter() - Method in class php.java.script.PhpScriptContext
Returns the Writer for scripts to use when displaying output.
getWriter(ILogger) - Static method in class php.java.script.PhpScriptLogWriter
Get a new log writer
getWriter() - Method in class php.java.script.servlet.PhpSimpleHttpScriptContext
Returns the Writer for scripts to use when displaying output.
getWriter() - Method in class php.java.servlet.Context
Retrieves an instance of java.io.Writer which can be used by scripts to display their output.
GLOBAL_SCOPE - Static variable in interface javax.script.ScriptContext
defines an integer for the level of scope, GLOBAL_SCOPE
GLOBAL_SCOPE - Static variable in interface php.java.bridge.http.IContext
The global scope

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