Uses of Class
php.java.servlet.ServletContextFactory

Packages that use ServletContextFactory
php.java.script PHP script engine implementation. 
php.java.servlet PHP/Java Bridge Servlet. 
 

Uses of ServletContextFactory in php.java.script
 

Subclasses of ServletContextFactory in php.java.script
 class PhpServletContextFactory
          A custom context factory, creates a ContextFactory for JSR223 contexts.
 

Uses of ServletContextFactory in php.java.servlet
 

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