Uses of Class php.java.bridge.http.ContextFactory

Uses in package php.java.servlet

Classes derived from php.java.bridge.http.ContextFactory

class
Create session contexts for servlets.

Uses in package php.java.bridge.http

Methods with return type php.java.bridge.http.ContextFactory

ContextFactory
Create a new ContextFactory and add it to the list of context factories kept by this VM.
ContextFactory
ContextFactory.get(String id)
Returns the context factory associated with the given id

Uses in package php.java.faces

Classes derived from php.java.bridge.http.ContextFactory

class
A custom ContextFactory, manages a custom ScriptContext.

Uses in package php.java.script

Classes derived from php.java.bridge.http.ContextFactory

class
A custom context factory, creates a ContextFactory for JSR223 contexts.

Constructors with parameter type php.java.bridge.http.ContextFactory

HttpProxy.HttpProxy(Reader reader, ContextFactory ctx, OutputStream out)
Create a HTTP proxy which can be used to allocate a php script from a HTTP server

Methods with parameter type php.java.bridge.http.ContextFactory

void
Set the context factory
void
Set the context factory.
void
Set the context factory

Methods with return type php.java.bridge.http.ContextFactory

ContextFactory
Add the PhpScriptContext
ContextFactory
Returns the ContextFactory.
ContextFactory
ContextFactory
Returns the ContextFactory.