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

P

parseBody(byte[], InputStream, OutputStream, Util.HeaderParser) - Static method in class php.java.bridge.Util
Discards all header fields from a HTTP connection and write the body to the OutputStream
ParserString - Class in php.java.bridge
This class holds the parser string.
ParserTag - Class in php.java.bridge
This structure carries the parsed tag and the arguments.
passContext() - Method in class php.java.bridge.DefaultOptions
 
passContext() - Method in class php.java.bridge.Options
Return true, if the client cannot keep a back-pointer to its own data structures.
passContext() - Method in class php.java.bridge.StandardOptions
 
php.java.bridge - package php.java.bridge
PHP/Java Bridge core classes and interfaces.
php.java.bridge.http - package php.java.bridge.http
Fast socket and pipe context runners for PHP/Java Bridge J2EE backends.
php.java.faces - package php.java.faces
PHP Java Server Faces implementation.
php.java.script - package php.java.script
PHP script engine implementation.
php.java.servlet - package php.java.servlet
PHP/Java Bridge Servlet.
PhpCGIServlet - Class in php.java.servlet
Handles requests from internet clients.
PhpCGIServlet() - Constructor for class php.java.servlet.PhpCGIServlet
 
PhpFacesApplication - Class in php.java.faces
A custom Application, overrides getPropertyResolver.
PhpFacesApplication(Application) - Constructor for class php.java.faces.PhpFacesApplication
 
PhpFacesApplicationFactory - Class in php.java.faces
Create a PhpFacesApplication.
PhpFacesApplicationFactory(ApplicationFactory) - Constructor for class php.java.faces.PhpFacesApplicationFactory
 
PhpFacesApplicationFactory() - Constructor for class php.java.faces.PhpFacesApplicationFactory
 
PhpFacesContext - Class in php.java.faces
A custom FacesContext.
PhpFacesContext(FacesContext, Object, Object, Object) - Constructor for class php.java.faces.PhpFacesContext
 
PhpFacesContextFactory - Class in php.java.faces
Creates a PhpFacesContext
PhpFacesContextFactory() - Constructor for class php.java.faces.PhpFacesContextFactory
 
PhpFacesContextFactory(FacesContextFactory) - Constructor for class php.java.faces.PhpFacesContextFactory
 
PhpFacesMethodBindingImpl - Class in php.java.faces
A custom MethodBindingImpl, forwards method calls to Script
PhpFacesMethodBindingImpl() - Constructor for class php.java.faces.PhpFacesMethodBindingImpl
 
PhpFacesMethodBindingImpl(Application, String, Class[]) - Constructor for class php.java.faces.PhpFacesMethodBindingImpl
 
PhpFacesPropertyResolver - Class in php.java.faces
A custom property resolver for php scripts
PhpFacesPropertyResolver(PropertyResolver) - Constructor for class php.java.faces.PhpFacesPropertyResolver
Create a custom resolver from the given resolver.
PhpFacesScriptContext - Class in php.java.faces
A custom ScriptContext, keeps a ContextFactory and a HttpProxy.
PhpFacesScriptContext() - Constructor for class php.java.faces.PhpFacesScriptContext
 
PhpFacesScriptContextFactory - Class in php.java.faces
A custom ContextFactory, manages a custom ScriptContext.
PhpFacesScriptEngine - Class in php.java.faces
A custom ScriptEngine, keeps the custom ScriptContext
PhpFacesScriptEngine(ServletContext, HttpServletRequest, HttpServletResponse, PhpScriptWriter) - Constructor for class php.java.faces.PhpFacesScriptEngine
Creates a new ScriptEngine.
PhpJavaServlet - Class in php.java.servlet
Handles requests from PHP clients.
PhpJavaServlet() - Constructor for class php.java.servlet.PhpJavaServlet
 
PhpMap - Class in php.java.bridge
Maps php array get/set and foreach to java array, Map and Collections access.
PhpProcedure - Class in php.java.bridge
This class takes the supplied PHP environment and creates a dynamic proxy for calling PHP code.
PhpProcedureProxy - Class in php.java.bridge
This class creates a procedure proxy proxy which evaluates to a dynamic proxy in coerce().
PhpScriptContext - Class in php.java.script
This class implements a simple script context for PHP.
PhpScriptContext() - Constructor for class php.java.script.PhpScriptContext
Create a standalone PHP script context.
PhpScriptContextFactory - Class in php.java.script
A custom context factory, creates a ContextFactory for JSR223 contexts.
PhpScriptContextFactory() - Constructor for class php.java.script.PhpScriptContextFactory
 
PhpScriptEngine - Class in php.java.script
This class implements the ScriptEngine.
PhpScriptEngine() - Constructor for class php.java.script.PhpScriptEngine
Create a new ScriptEngine with a default context.
PhpScriptEngine(PhpScriptEngineFactory) - Constructor for class php.java.script.PhpScriptEngine
Create a new ScriptEngine from a factory.
PhpScriptEngineFactory - Class in php.java.script
 
PhpScriptEngineFactory() - Constructor for class php.java.script.PhpScriptEngineFactory
 
PhpScriptLogWriter - Class in php.java.script
A PrintWriter which uses the JavaBridge logger.
PhpScriptLogWriter() - Constructor for class php.java.script.PhpScriptLogWriter
 
PhpScriptWriter - Class in php.java.script
A PrintWriter backed by an OutputStream.
PhpScriptWriter(OutputStream) - Constructor for class php.java.script.PhpScriptWriter
Create a new PhpScriptWriter.
PhpSimpleHttpScriptContext - Class in php.java.script
A simple ScriptContext which can be used in servlet environments.
PhpSimpleHttpScriptContext() - Constructor for class php.java.script.PhpSimpleHttpScriptContext
 
PipeContextServer - Class in php.java.bridge.http
This class manages the physical connection on Unix or Linux machines.
PipeContextServer(ContextFactory.ICredentials, ThreadPool, String) - Constructor for class php.java.bridge.http.PipeContextServer
Create a new ContextServer using the ThreadPool.
POST - Static variable in class php.java.bridge.http.HttpServer
Request method POST
preferValues() - Method in class php.java.bridge.DefaultOptions
 
preferValues() - Method in class php.java.bridge.Options
Returns true when the bridge must destroy object identity (see PROTOCOL.TXT) due to limitations in the client (for PHP4 for example).
println(int, String) - Static method in class php.java.bridge.Util
print a message on a given log level
printStackTrace(Throwable) - Method in class php.java.bridge.FileLogger
 
printStackTrace(Throwable) - Method in interface php.java.bridge.ILogger
Log a stack trace
printStackTrace(Throwable) - Method in class php.java.bridge.JavaBridge
Print a stack trace to the log file.
printStackTrace(Throwable) - Method in class php.java.bridge.Log4jLogger
 
printStackTrace(Throwable) - Method in class php.java.bridge.Util.Logger
 
printStackTrace(Throwable) - Static method in class php.java.bridge.Util
Display a stack trace if logLevel >= 1
pushBack(byte[], int, int) - Method in class php.java.bridge.http.HttpRequest
Push back some bytes so that we can read them again.
put(String, Object) - Method in class javax.script.AbstractScriptEngine
Associates a key and a value in the ScriptEngine namespace.
put(Object, Object) - Method in interface javax.script.Bindings
Associates the specified value with the specified key in a java.util.Map.
put(String, Object) - Method in interface javax.script.ScriptEngine
Associates a key and a value in the ScriptEngine namespace.
put(String, Object) - Method in class javax.script.ScriptEngineManager
Associates the specifed value with the specified key in GLOBAL_SCOPE.
put(Object, Object) - Method in class javax.script.SimpleBindings
Associates the specified value with the specified key in a java.util.Map.
put(ConstructorCache.Entry, Constructor) - Method in class php.java.bridge.ConstructorCache
Store a constructor with an entry
PUT - Static variable in class php.java.bridge.http.HttpServer
Request method GET
put(Object, Object) - Method in interface php.java.bridge.ISession
Binds the specified object into the session's context layer data with the given name.
put(MethodCache.Entry, Method) - Method in class php.java.bridge.MethodCache
Store a constructor with an entry
put(Object, Object) - Method in class php.java.servlet.HttpSessionFacade
 
putAll(Map) - Method in interface javax.script.Bindings
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class javax.script.SimpleBindings
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in interface php.java.bridge.ISession
Copies all bindings to the session's context layer data.
putAll(Map) - Method in class php.java.servlet.HttpSessionFacade
 

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