Package php.java.servlet

PHP/Java Bridge Servlet.

See:
          Description

Class Summary
CGIServlet CGI-invoking servlet for web applications, used to execute scripts which comply to the Common Gateway Interface (CGI) specification and are named in the path-info used to invoke this servlet.
Context A custom context which keeps the HttpServletResponse.
ContextLoaderListener Register a PHP JSR 223 EngineFactory when the web context starts.
Logger A logger class, uses log4j if possible
PhpCGIServlet Handles requests from internet clients.
PhpJavaServlet Handles requests from PHP clients.
RemoteContext A custom context, used when remote PHP scripts access the servlet.
RemoteServletContextFactory Create session contexts for servlets.
RequestListener Register a PHP JSR 223 EngineFactory when the web context starts.
ServletContextFactory Create session contexts for servlets.
SimpleServletContextFactory Create session contexts for servlets.
 

Package php.java.servlet Description

PHP/Java Bridge Servlet.
Applications should use the JSR 223 API instead.