Uses of Interface
php.java.bridge.http.IContextFactory

Packages that use IContextFactory
php.java.bridge.http Fast socket and pipe context runners for VM Bridge J2EE backends. 
php.java.script PHP script engine implementation. 
php.java.script.servlet PHP script engine implementation for servlets. 
php.java.servlet PHP/Java Bridge Servlet. 
 

Uses of IContextFactory in php.java.bridge.http
 

Subinterfaces of IContextFactory in php.java.bridge.http
 interface IContextFactoryVisitor
          Interface that ContextFactory visitors must implement.
 

Classes in php.java.bridge.http that implement IContextFactory
 class ContextFactory
          Create session, jsr223 contexts.
 class SimpleContextFactory
          Base of a set of visitors which can extend the standard ContextFactory.
 

Methods in php.java.bridge.http that return IContextFactory
static IContextFactory ContextFactory.addNew()
          Create a new simple ContextFactory (a factory which creates an emulated JSR223 context) and add it to the list of context factories kept by this classloader.
static IContextFactory ContextFactory.get(java.lang.String id, ContextFactory.ICredentials server)
          Only for internal use.
 IContextFactory AbstractChannelName.getCtx()
          Return the
static IContextFactory ContextFactory.peek(java.lang.String id)
          Only for internal use.
 

Methods in php.java.bridge.http with parameters of type IContextFactory
 AbstractChannelName ContextServer.getFallbackChannelName(java.lang.String channelName, IContextFactory currentCtx)
          Return the channelName which be passed to the client as X_JAVABRIDGE_REDIRECT
 

Constructors in php.java.bridge.http with parameters of type IContextFactory
AbstractChannelName(java.lang.String name, IContextFactory currentCtx)
          Create a new ChannelName.
 

Uses of IContextFactory in php.java.script
 

Classes in php.java.script that implement IContextFactory
 class InteractivePhpScriptContextFactory
          A custom context factory, creates a ContextFactory for JSR223 contexts.
 class PhpScriptContextFactory
          A custom context factory, creates a ContextFactory for JSR223 contexts.
 

Methods in php.java.script that return IContextFactory
static IContextFactory InteractivePhpScriptContextFactory.addNew(IContext context)
          Add the PhpScriptContext
static IContextFactory PhpScriptContextFactory.addNew(IContext context)
          Add the PhpScriptContext
 

Uses of IContextFactory in php.java.script.servlet
 

Classes in php.java.script.servlet that implement IContextFactory
 class InvocablePhpServletContextFactory
          A custom context factory, creates a ContextFactory for JSR223 contexts.
 class PhpServletContextFactory
          A custom context factory, creates a ContextFactory for JSR223 contexts.
 

Methods in php.java.script.servlet that return IContextFactory
static IContextFactory InvocablePhpServletContextFactory.addNew(IContext context, javax.servlet.Servlet servlet, javax.servlet.ServletContext ctx, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Add the PhpScriptContext
static IContextFactory PhpServletContextFactory.addNew(IContext context, javax.servlet.Servlet servlet, javax.servlet.ServletContext ctx, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Add the PhpScriptContext
 

Uses of IContextFactory in php.java.servlet
 

Classes in php.java.servlet that implement IContextFactory
 class RemoteServletContextFactory
          Create session contexts for servlets.
 class ServletContextFactory
          Create session contexts for servlets.
 class SimpleServletContextFactory
          Create session contexts for servlets.