Alphabetical Index: P

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

P

Discards all header fields from a HTTP connection and write the body to the OutputStream
ParserString - class php.java.bridge.ParserString
This class holds the parser string.
ParserTag - class php.java.bridge.ParserTag
This structure carries the parsed tag and the arguments.
php.java.bridge - package
PHP/Java Bridge core classes and interfaces.
Fast socket and pipe context runners for PHP/Java Bridge J2EE backends.
php.java.faces - package
PHP Java Server Faces implementation.
php.java.script - package
PHP script engine implementation.
PHP/Java Bridge Servlet.
PhpCGIServlet - class php.java.servlet.PhpCGIServlet
Handles requests from internet clients.
A custom Application, overrides getPropertyResolver.
Create a PhpFacesApplication.
PhpFacesApplicationFactory() - constructor for class php.java.faces.PhpFacesApplicationFactory
PhpFacesContext - class php.java.faces.PhpFacesContext
A custom FacesContext.
Creates a PhpFacesContext
PhpFacesContextFactory() - constructor for class php.java.faces.PhpFacesContextFactory
A custom MethodBindingImpl, forwards method calls to Script
PhpFacesMethodBindingImpl() - constructor for class php.java.faces.PhpFacesMethodBindingImpl
A custom property resolver for php scripts
Create a custom resolver from the given resolver.
A custom ScriptContext, keeps a ContextFactory and a HttpProxy.
A custom ContextFactory, manages a custom ScriptContext.
A custom ScriptEngine, keeps the custom ScriptContext
Creates a new ScriptEngine.
PhpJavaServlet - class php.java.servlet.PhpJavaServlet
Handles requests from PHP clients.
PhpMap - class php.java.bridge.PhpMap
Maps php array get/set and foreach to java array, Map and Collections access.
PhpProcedure - class php.java.bridge.PhpProcedure
This class takes the supplied PHP environment and creates a dynamic proxy for calling PHP code.
PhpProcedureProxy - class php.java.bridge.PhpProcedureProxy
This class creates a procedure proxy proxy which evaluates to a dynamic proxy in coerce().
PhpScriptContext - class php.java.script.PhpScriptContext
This class implements a simple script context for PHP.
PhpScriptContext() - constructor for class php.java.script.PhpScriptContext
Create a standalone PHP script context.
A custom context factory, creates a ContextFactory for JSR223 contexts.
PhpScriptEngine - class php.java.script.PhpScriptEngine
This class implements the ScriptEngine.
PhpScriptEngine() - constructor for class php.java.script.PhpScriptEngine
Create a new ScriptEngine with a default context.
Create a new ScriptEngine from a factory.
PhpScriptWriter - class php.java.script.PhpScriptWriter
A PrintWriter backed by an OutputStream.
PhpScriptWriter(OutputStream) - constructor for class php.java.script.PhpScriptWriter
Create a new PhpScriptWriter.
A simple ScriptContext which can be used in servlet environments.
PipeContextServer - class php.java.bridge.http.PipeContextServer
This class manages the ContextRunners.
Create a new ContextServer using the ThreadPool.
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.JavaBridge
Print a stack trace to the log file.
printStackTrace(Throwable) - static method in class php.java.bridge.Util
Display a stack trace if logLevel >= 1
printStackTrace(Throwable) - method in class php.java.bridge.Util.Logger
Log a stack trace
Util.Process - class php.java.bridge.Util.Process
Starts a CGI process and returns the process handle.
Starts a CGI process with an error handler attached and returns the process handle.
pushBack(byte[],int,int) - method in class php.java.bridge.http.HttpRequest
Push back some bytes so that we can read them again.
put(Object,Object) - method in class javax.script.Bindings
Associates the specified value with the specified key in a java.util.Map.
put(Object,Object) - method in class php.java.servlet.HttpSessionFacade
put(Object,Object) - method in class php.java.bridge.ISession
Binds the specified object into the session's context layer data with the given name.
put(Object,Object) - method in class javax.script.SimpleBindings
Associates the specified value with the specified key in a java.util.Map.
Store a constructor with an entry
Store a constructor with an entry
put(String,Object) - method in class javax.script.AbstractScriptEngine
Associates a key and a value in the ScriptEngine namespace.
put(String,Object) - method in class 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.
putAll(Map) - method in class javax.script.Bindings
Copies all of the mappings from the specified map to this map.
putAll(Map) - method in class php.java.servlet.HttpSessionFacade
putAll(Map) - method in class php.java.bridge.ISession
Copies all bindings to the session's context layer data.
putAll(Map) - method in class javax.script.SimpleBindings
Copies all of the mappings from the specified map to this map.