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

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.AbstractPhpScriptContext
 
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
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)
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.
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:";
checkError() - Method in class php.java.bridge.Util.Process
Check for a PHP fatal error and throw a PHP exception if necessary.
checkError() - Method in class php.java.bridge.Util.ProcessWithErrorHandler
Check for a PHP fatal error and throw a PHP exception if necessary.
checkExit(int) - Method in class php.java.bridge.JavaBridgeSecurityManager
 
classDebugDescription(Class) - Static method in class php.java.bridge.JavaBridge
Only for internal use
clear() - Method in class javax.script.SimpleBindings
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.SimpleJavaBridgeClassLoader
clear caches and the input vectors
close() - Method in class php.java.bridge.http.HttpRequest
Close the request
close() - Method in class php.java.bridge.http.HttpResponse
Close the response
close() - Method in interface php.java.bridge.ISocketFactory
Close all instances.
close() - Method in class php.java.script.PhpScriptWriter
close() - Method in class php.java.script.ResultProxy
Release the script engine
close() - Method in class php.java.script.URLReader
close() - Method in class php.java.servlet.fastcgi.DefaultInputStream
close() - Method in class php.java.servlet.fastcgi.DefaultOutputStream
CloseableInteractivePhpScriptEngine - Class in php.java.script
A convenience variant of the PHP script engine which can be used interactively.
CloseableInteractivePhpScriptEngine(InteractivePhpScriptEngineFactory) - Constructor for class php.java.script.CloseableInteractivePhpScriptEngine
Create the interactive php script engine.
CloseableInvocablePhpScriptEngine - Class in php.java.script
This class implements the ScriptEngine.
CloseableInvocablePhpScriptEngine() - Constructor for class php.java.script.CloseableInvocablePhpScriptEngine
Create a new ScriptEngine with a default context.
CloseableInvocablePhpScriptEngine(PhpScriptEngineFactory) - Constructor for class php.java.script.CloseableInvocablePhpScriptEngine
Create a new ScriptEngine from a factory.
CloseableInvocablePhpServletLocalHttpServerScriptEngine - Class in php.java.script.servlet
A PHP script engine which implements the Invocable interface for Servlets.
CloseableInvocablePhpServletScriptEngine - Class in php.java.script.servlet
A PHP script engine which implements the Invocable interface for Servlets.
CloseablePhpScriptEngine - Class in php.java.script
This class implements the ScriptEngine.
CloseablePhpScriptEngine() - Constructor for class php.java.script.CloseablePhpScriptEngine
Create a new ScriptEngine with a default context.
CloseablePhpScriptEngine(PhpScriptEngineFactory) - Constructor for class php.java.script.CloseablePhpScriptEngine
Create a new ScriptEngine from a factory.
CloseablePhpServletScriptEngine - Class in php.java.script.servlet
A PHP script engine for Servlets.
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.
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.
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.
contextDestroyed(ServletContextEvent) - Method in class php.java.servlet.ContextLoaderListener
ContextFactory - Class in php.java.bridge.http
Create session, jsr223 contexts.
ContextFactory(String) - Constructor for class php.java.bridge.http.ContextFactory
Create a new ContextFactory.
ContextFactory.ICredentials - Interface in php.java.bridge.http
The credentials provided by the web context, usually this ContextFactory.
contextInitialized(ServletContextEvent) - Method in class php.java.servlet.ContextLoaderListener
ContextLoaderListener - Class in php.java.servlet
Register a PHP JSR 223 EngineFactory when the web context starts.
ContextLoaderListener() - Constructor for class php.java.servlet.ContextLoaderListener
 
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.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.SimpleServletContextFactory
Return an emulated JSR223 context.
createInputStream() - Method in class php.java.servlet.fastcgi.Factory
Create a new InputStream.
CreateObject(String, boolean, Object[], Response) - Method in class php.java.bridge.JavaBridge
Create an new instance of a given class, to be called by clients.
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
createPhpScriptFileReader(ScriptFile) - Static method in class php.java.script.servlet.EngineFactory
Create a Reader from a given PHP script file.
createPhpScriptFileReader(File) - Static method in class php.java.script.servlet.EngineFactory
Use EngineFactory.createPhpScriptFileReader(ScriptFile) instead
createProxy(Class[], PhpProcedure) - Static method in class php.java.bridge.PhpProcedure
Called from getInterface().
createThreadPool(String) - Static method in class php.java.bridge.Util
Create a new AppThreadPool.

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