Alphabetical Index: C

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

C

call(php.java.bridge.PhpProcedureProxy) - method in class php.java.script.CGIRunner
The PHP script must call this function with the current continuation as an argument.
call(php.java.bridge.PhpProcedureProxy) - method in class php.java.bridge.http.Context
call(php.java.bridge.PhpProcedureProxy) - method in class php.java.bridge.Invocable
Call the java continuation with the current continuation kont as its argument.
call(String,Class[],Object[]) - method in class php.java.faces.Script
Call a php method.
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
CGI_CHANNEL - static field in class php.java.servlet.PhpCGIServlet
The CGI default port
CGI_MAX_REQUESTS - static field in class php.java.servlet.PhpCGIServlet
The max.
A default CGI environment which contains a "SystemRoot" entry.
CGIRunner - class php.java.script.CGIRunner
This class can be used to run a PHP CGI binary.
CGIServlet - class php.java.servlet.CGIServlet
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.
IContextServer.Channel - class php.java.bridge.http.IContextServer.Channel
Represents he pipe or socket channel.
ChannelName(String) - constructor for class php.java.bridge.http.ContextServer.ChannelName
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 starts with "PHP Fatal error:";
classDebugDescription(Class) - static method in class php.java.bridge.JavaBridge
Only for internal use
clear() - method in class php.java.bridge.DynamicClassLoader
clear() - method in class php.java.bridge.DynamicJavaBridgeClassLoader
Clears all caches.
clear() - method in class php.java.bridge.JavaBridgeClassLoader
clear the input vectors
clear() - method in class javax.script.SimpleBindings
clearCache() - static method in class php.java.bridge.DynamicClassLoader
clearCaches() - method in class php.java.bridge.DynamicClassLoader
clearCaches() - method in class php.java.bridge.JavaBridgeClassLoader
clear all loader caches but not the input vectors
close() - method in class php.java.bridge.ISocketFactory
Close the socket instance.
close() - method in class php.java.script.URLReader
COERCE_WRITER - static field in class php.java.bridge.Response
A specialized writer which casts the value.
Compilable - interface javax.script.Compilable
Compilable -- an optional interface contains methods which support the re-execution of intermediate code retained from previous script compilations.
compile(Reader) - method in class javax.script.Compilable
Retrieves a CompileScript implementation for the script obtained using java.io.Reader as the script source.
compile(String) - method in class 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.
CompiledScript - class javax.script.CompiledScript
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
ConstructorCache - class php.java.bridge.ConstructorCache
Cache [(method, parameters) -> Method] mappings.
containsKey(Object) - method in class javax.script.SimpleBindings
containsValue(Object) - method in class javax.script.SimpleBindings
Context - class php.java.bridge.http.Context
Emulates a JSR223 script context when the JSR223 classes are not available.
Context - class php.java.servlet.Context
A custom context which keeps the HttpServletResponse.
Create a new context.
ContextFactory - class php.java.bridge.http.ContextFactory
Create session, jsr223 contexts.
ContextFactory - class php.java.servlet.ContextFactory
Create session contexts for servlets.
ContextServer - class php.java.bridge.http.ContextServer
A bridge pattern which either uses the PipeContextServer or the SocketContextServer, depending on the OS and/or the security restrictions.
ContextServer(php.java.bridge.ThreadPool) - constructor for class php.java.bridge.http.ContextServer
createBindings() - method in class php.java.script.PhpScriptEngine
createBindings() - method in class javax.script.ScriptEngine
Retrieves an uninitailized namespace which can be used as the scope of the ScriptEngine.
createComponent(String) - method in class php.java.faces.PhpFacesApplication
createConverter(Class) - method in class php.java.faces.PhpFacesApplication
createConverter(String) - method in class php.java.faces.PhpFacesApplication
Create an new instance of a given class
createValidator(String) - method in class php.java.faces.PhpFacesApplication
createValueBinding(String) - method in class php.java.faces.PhpFacesApplication
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.