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

C

call(PhpProcedureProxy) - Method in class php.java.bridge.http.Context
 
call(PhpProcedureProxy) - Method in interface php.java.bridge.Invocable
Call the java continuation with the current continuation kont as its argument.
call(PhpProcedureProxy) - Method in class php.java.script.CGIRunner
The PHP script must call this function with the current continuation as an argument.
call(PhpProcedureProxy) - Method in class php.java.script.PhpScriptContext
 
call(PhpProcedureProxy) - Method in class php.java.script.PhpSimpleHttpScriptContext
 
canKeepAlive() - Method in class php.java.bridge.Options
Only for internal use
cast(Object, Class) - Method in class php.java.bridge.JavaBridge
Cast a object to a type
castToArray(Object) - Method in class php.java.bridge.JavaBridge
Cast an object to an array
castToBoolean(Object) - Method in class php.java.bridge.JavaBridge
Cast an object to a boolean value
castToExact(Object) - Method in class php.java.bridge.JavaBridge
Cast an object to an exact number
castToInexact(Object) - Method in class php.java.bridge.JavaBridge
Cast an object to a inexact value
castToString(Object) - Method in class php.java.bridge.JavaBridge
Cast an object to a string
castToString(Exception, String) - Method in class php.java.bridge.JavaBridge
Cast a throwable to a string
CGI_CHANNEL - Static variable in class php.java.servlet.PhpCGIServlet
A local port which will be used by the SocketContextServer for high-speed local communication.
CGI_MAX_REQUESTS - Static variable in class php.java.servlet.PhpCGIServlet
The max. number of concurrent CGI requests.
CGI_SSL_CHANNEL - Static variable in class php.java.servlet.PhpCGIServlet
A local port which will be used instead of the current SSL port.
cgiPathPrefix - Variable in class php.java.servlet.CGIServlet
The CGI search path will start at webAppRootDir + File.separator + cgiPathPrefix (or webAppRootDir alone if cgiPathPrefix is null)
CGIRunner - Class in php.java.script
This class can be used to run a PHP CGI binary.
CGIServlet - Class in php.java.servlet
CGI-invoking servlet for web applications, used to execute scripts which comply to the Common Gateway Interface (CGI) specification and are named in the path-info used to invoke this servlet.
CGIServlet() - Constructor for class php.java.servlet.CGIServlet
 
ChainsawLogger - Class in php.java.bridge
A logger class which connects to chainsaw -- chainsaw is a log4j viewer.
Channel - Class in php.java.servlet.fastcgi
This class represents the physical FastCGI connection.
Channel() - Constructor for class php.java.servlet.fastcgi.Channel
 
ChannelName - Class in php.java.servlet.fastcgi
A factory which creates FastCGI channels.
ChannelName() - Constructor for class php.java.servlet.fastcgi.ChannelName
 
checkAccess(ThreadGroup) - Method in class php.java.bridge.JavaBridgeSecurityManager
 
checkCgiBinary(StringBuffer) - Static method in class php.java.bridge.Util
Checks if the cgi binary buf-<os.arch>-<os.name>.sh or buf-<os.arch>-<os.name>.exe or buf-<os.arch>-<os.name> exists.
checkError(String) - Static method in class php.java.bridge.Util
Returns s if s contains "PHP Fatal error:";
checkExit(int) - Method in class php.java.bridge.JavaBridgeSecurityManager
 
checkJarLibraryPath(String, String) - Static method in class php.java.bridge.DynamicJavaBridgeClassLoader
Set the library path for the bridge instance.
checkRunner(AbstractChannelName) - Static method in class php.java.bridge.http.ContextRunner
May be called to recycle the runner from the pool of ContextRunners for a new contextServer.
classDebugDescription(Class) - Static method in class php.java.bridge.JavaBridge
Only for internal use
ClassicParserString - Class in php.java.bridge
This class holds the classic parser string for backward compatibility.
ClassicResponse - Class in php.java.bridge
This class is used to write the response to the front-end.
ClassicResponse(JavaBridge) - Constructor for class php.java.bridge.ClassicResponse
Creates a new response object.
clear() - Method in class javax.script.SimpleBindings
 
clear() - Method in class php.java.bridge.ConstructorCache
Removes all mappings from this cache.
clear() - Method in class php.java.bridge.DynamicJavaBridgeClassLoader
Clear the loader so that it can be used in new requests.
clear() - Method in class php.java.bridge.JavaBridgeClassLoader
clear the caches and the input vectors, clear the VM cache and set a new ThreadContextClassLoader
clear() - Method in class php.java.bridge.MethodCache
Removes all mappings from this cache.
clear() - Method in class php.java.bridge.SimpleJavaBridgeClassLoader
clear caches and the input vectors
clear() - Method in class php.java.bridge.StringCache
Removes all mappings from this cache.
clearCache() - Static method in class php.java.bridge.DynamicClassLoader
 
clearCaches() - Method in class php.java.bridge.DynamicJavaBridgeClassLoader
Clear all loader caches.
clearCaches() - Method in class php.java.bridge.JavaBridgeClassLoader
clear all loader caches but not the input vectors, clear the VM cache and set a new ThreadContextClassLoader
clearCaches() - Method in class php.java.bridge.SimpleJavaBridgeClassLoader
clear all loader caches but not the input vectors
clearVMLoader() - Method in class php.java.bridge.DynamicJavaBridgeClassLoader
The VM associates a map with each loader to speed up Class.forName().
close() - Method in interface php.java.bridge.ISocketFactory
Close all instances.
close() - Method in class php.java.script.URLReader
 
close() - Method in class php.java.servlet.fastcgi.Channel
 
close() - Method in class php.java.servlet.fastcgi.DefaultInputStream
 
close() - Method in class php.java.servlet.fastcgi.DefaultOutputStream
 
COERCE_WRITER - Static variable in class php.java.bridge.Response
A specialized writer which casts the value.
COMMON_ENVIRONMENT - Static variable in class php.java.bridge.Util
A map containing common environment values for JDK <= 1.4: "PATH", "LD_LIBRARY_PATH", "LD_ASSUME_KERNEL", "USER", "TMP", "TEMP", "HOME", "HOMEPATH", "LANG", "TZ", "OS" They can be set with e.g.: java -DPATH="$PATH" -DHOME="$HOME" -jar JavaBridge.jar or java -DPATH="%PATH%" -jar JavaBridge.jar.
Compilable - Interface in javax.script
Compilable -- an optional interface contains methods which support the re-execution of intermediate code retained from previous script compilations.
compile(String) - Method in interface javax.script.Compilable
Retrieves a CompileScript implementation for the given piece of script which is a abstraction for the intermediate code produced by the compilation.
compile(Reader) - Method in interface javax.script.Compilable
Retrieves a CompileScript implementation for the script obtained using java.io.Reader as the script source.
CompiledScript - Class in javax.script
ComplieScript interface is an abstraction for the intermediate code produced by the compilation and contains methods which allow the re-execution of the intermediate code retained.
CompiledScript() - Constructor for class javax.script.CompiledScript
 
configure(String, int) - Method in class php.java.bridge.ChainsawLogger
override this method, if you want to connect to a different host or port
connect() - Method in class php.java.servlet.fastcgi.ChannelName
Connect to the FastCGI server and return the connection handle.
connect(ChannelName) - Method in class php.java.servlet.fastcgi.Factory
Create a new socket and connect it to the given host/port
ConnectException - Exception in php.java.servlet.fastcgi
Thrown when the server is not available anymore
ConnectionException - Exception in php.java.servlet.fastcgi
Thrown when an IO exception occurs
ConnectionPool - Class in php.java.servlet.fastcgi
A connection pool.
ConnectionPool(ChannelName, int, int, Factory) - Constructor for class php.java.servlet.fastcgi.ConnectionPool
Create a new connection pool.
ConnectionPool.Connection - Class in php.java.servlet.fastcgi
Represents the connection kept by the pool.
ConstructorCache - Class in php.java.bridge
Cache [Entry(method, parameters) -> Method].
ConstructorCache() - Constructor for class php.java.bridge.ConstructorCache
Create a new ConstructorCache
ConstructorCache.Entry - Class in php.java.bridge
A cache entry
containsKey(Object) - Method in class javax.script.SimpleBindings
 
containsValue(Object) - Method in class javax.script.SimpleBindings
 
Context - Class in php.java.bridge.http
Emulates a JSR223 script context when the JSR223 classes are not available.
context - Variable in class php.java.servlet.CGIServlet
the Context container associated with our web context.
Context - Class in php.java.servlet
A custom context which keeps the HttpServletResponse.
Context(ServletContext, HttpServletRequest, HttpServletResponse) - Constructor for class php.java.servlet.Context
Create a new context.
ContextFactory - Class in php.java.bridge.http
Create session, jsr223 contexts.
ContextFactory(String) - Constructor for class php.java.bridge.http.ContextFactory
 
ContextFactory.ICredentials - Interface in php.java.bridge.http
The credentials provided by the web context, usually this ContextFactory.
ContextRunner - Class in php.java.bridge.http
The ContextRunner usually represents the physical connection, it manages the "high speed" communication link.
ContextServer - Class in php.java.bridge.http
A bridge pattern which either uses the PipeContextServer or the SocketContextServer, depending on the OS and/or the security restrictions.
ContextServer(String) - Constructor for class php.java.bridge.http.ContextServer
Create a new ContextServer using a thread pool.
copyResponse() - Method in class php.java.bridge.ClassicResponse
Flush the current output buffer and create a new Response object where are writers have their default value
copyResponse() - Method in class php.java.bridge.Response
Flush the current output buffer and create a new Response object where are writers have their default value
createBindings() - Method in interface javax.script.ScriptEngine
Retrieves an uninitailized namespace which can be used as the scope of the ScriptEngine.
createChainsawLogger() - Static method in class php.java.bridge.ChainsawLogger
Create a new chainsaw logger.
createContext() - Method in class php.java.servlet.RemoteServletContextFactory
Return an emulated JSR223 context.
createContext() - Method in class php.java.servlet.ServletContextFactory
Return an emulated JSR223 context.
createInputStream() - Method in class php.java.servlet.fastcgi.Factory
Create a new InputStream.
createLog4jLogger() - Static method in class php.java.bridge.Log4jLogger
Create a new log4j logger using the default appender.
CreateObject(String, boolean, Object[], Response) - Method in class php.java.bridge.JavaBridge
Create an new instance of a given class
createOutputStream() - Method in class php.java.servlet.fastcgi.Factory
Create a new OutputStream.
createParserString() - Method in interface php.java.bridge.IDocHandler
Parser string factory
createParserString() - Method in class php.java.bridge.Request
Create a parser string, according to options
createThreadPool(String) - Static method in class php.java.bridge.Util
 
currentData() - Method in class php.java.bridge.PhpMap
Returns the object at the current position.
currentKey() - Method in class php.java.bridge.PhpMap
Returns the key at the current position.

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