Uses of Class
php.java.servlet.ContextFactory

Packages that use ContextFactory
php.java.faces PHP Java Server Faces implementation. 
php.java.servlet PHP/Java Bridge Servlet. 
 

Uses of ContextFactory in php.java.faces
 

Subclasses of ContextFactory in php.java.faces
 class PhpFacesScriptContextFactory
          A custom ContextFactory, manages a custom ScriptContext.
 

Methods in php.java.faces that return ContextFactory
static ContextFactory PhpFacesScriptContextFactory.addNew(IPhpScriptContext context, javax.servlet.ServletContext kontext, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Create a new ContextFactory
 

Uses of ContextFactory in php.java.servlet
 

Methods in php.java.servlet that return ContextFactory
static ContextFactory ContextFactory.addNew(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.