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  
HttpSessionFacade Wraps the J2EE session interface
Logger  
PhpCGIServlet Handles requests from internet clients.
PhpJavaServlet Handles requests from PHP clients.
RemoteContext A custom context, used when remote PHP scripts access the servlet.
RemoteHttpSessionFacade A custom session, used when remote PHP scripts access the servlet.In this case only the session object is available, the HttpServletRequest, HttpServletResponse and ServletContext objects are set to null.
RemoteServletContextFactory Create session contexts for servlets.
ServletContextFactory Create session contexts for servlets.
SimpleServletContextFactory Create session contexts for servlets.
 

Package php.java.servlet Description

PHP/Java Bridge Servlet.