|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IContextFactory | |
---|---|
php.java.bridge.http | Internal fast socket and pipe context runners for VM Bridge J2EE backends. |
php.java.script | Internal PHP script engine implementation. Applications should use the JSR 223 API instead. |
php.java.servlet | PHP/Java Bridge Servlet. Applications should use the JSR 223 API instead. |
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 |
RemoteHttpContextFactory
Create session contexts for servlets. |
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 |
RemoteHttpContextFactory.addNew(HttpRequest req,
HttpResponse res,
IContextFactoryVisitor impl)
Create and add a new ContextFactory. |
static IContextFactory |
ContextFactory.get(java.lang.String id)
Only for internal use. |
IContextFactory |
AbstractChannelName.getCtx()
Return the |
Methods in php.java.bridge.http with parameters of type IContextFactory | |
---|---|
AbstractChannelName |
ContextServer.getChannelName(IContextFactory currentCtx)
Return the channelName which be passed to the client as X_JAVABRIDGE_REDIRECT |
void |
SimpleContextFactory.visit(IContextFactory visited)
Called when a visitor has been attached. |
void |
IContextFactoryVisitor.visit(IContextFactory visited)
Called when a visitor has been attached. |
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 |
PhpScriptContextFactory.addNew(IContext context)
Add the PhpScriptContext |
static IContextFactory |
InteractivePhpScriptContextFactory.addNew(IContext context)
Add the PhpScriptContext |
Uses of IContextFactory in php.java.servlet |
---|
Classes in php.java.servlet that implement IContextFactory | |
---|---|
class |
RemoteHttpServletContextFactory
Create session contexts for servlets. |
class |
RemoteServletContextFactory
Create session contexts for servlets. |
class |
ServletContextFactory
Create session contexts for servlets. |
class |
SimpleServletContextFactory
Create session contexts for servlets. |
Methods in php.java.servlet that return IContextFactory | |
---|---|
static IContextFactory |
ServletContextFactory.addNew(ContextServer server,
javax.servlet.Servlet servlet,
javax.servlet.ServletContext kontext,
javax.servlet.http.HttpServletRequest proxy,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Create and add a new ContextFactory. |
static IContextFactory |
RemoteServletContextFactory.addNew(javax.servlet.Servlet servlet,
javax.servlet.ServletContext kontext,
javax.servlet.http.HttpServletRequest proxy,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Create and add a new ContextFactory. |
static IContextFactory |
RemoteHttpServletContextFactory.addNew(javax.servlet.Servlet servlet,
javax.servlet.ServletContext kontext,
javax.servlet.http.HttpServletRequest proxy,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
IContextFactoryVisitor impl)
Create and add a new ContextFactory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |