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

Packages that use ContextServer
php.java.bridge Internal VM Bridge core classes and interfaces. 
php.java.script Internal PHP script engine implementation.
Applications should use the JSR 223 API instead. 
php.java.script.servlet Internal PHP script engine implementation for servlets.
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 ContextServer in php.java.bridge
 

Methods in php.java.bridge that return ContextServer
 ContextServer JavaBridgeRunner.getContextServer()
          Return the ContextServer
 

Uses of ContextServer in php.java.script
 

Methods in php.java.script that return ContextServer
 ContextServer PhpScriptContextDecorator.getContextServer()
          Get the context server associated with this context, usually a HttpServer (JavaBridgeRunner) or a ContextServer from a ContextLoaderListener
 ContextServer PhpJavaBridgeRunnerScriptContext.getContextServer()
          Get the context server associated with this context, usually a HttpServer (JavaBridgeRunner) or a ContextServer from a ContextLoaderListener
 ContextServer PhpScriptContext.getContextServer()
          Get the context server associated with this context, usually a HttpServer (JavaBridgeRunner) or a ContextServer from a ContextLoaderListener
 ContextServer IPhpScriptContext.getContextServer()
          Get the context server associated with this context, usually a HttpServer (JavaBridgeRunner) or a ContextServer from a ContextLoaderListener
 

Uses of ContextServer in php.java.script.servlet
 

Methods in php.java.script.servlet that return ContextServer
 ContextServer PhpHttpScriptContext.getContextServer()
          Get the context server associated with this context, usually a HttpServer (JavaBridgeRunner) or a ContextServer from a ContextLoaderListener
 

Uses of ContextServer in php.java.servlet
 

Methods in php.java.servlet that return ContextServer
 ContextServer ContextLoaderListener.getContextServer()
           
 

Methods in php.java.servlet with parameters of type ContextServer
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.