php.java.servlet
Class RemoteHttpSessionFacade

java.lang.Object
  extended by php.java.servlet.HttpSessionFacade
      extended by php.java.servlet.RemoteHttpSessionFacade
All Implemented Interfaces:
ISession

 class RemoteHttpSessionFacade
extends HttpSessionFacade

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.


Constructor Summary
protected RemoteHttpSessionFacade(SimpleServletContextFactory ctxFactory, javax.servlet.ServletContext ctx, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, boolean clientIsNew, int timeout)
           
 
Method Summary
 
Methods inherited from class php.java.servlet.HttpSessionFacade
destroy, get, getAll, getCachedSession, getCreationTime, getHttpServletRequest, getHttpServletResponse, getLastAccessedTime, getServletContext, getSessionCount, getTimeout, isNew, put, putAll, remove, setTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteHttpSessionFacade

protected RemoteHttpSessionFacade(SimpleServletContextFactory ctxFactory,
                                  javax.servlet.ServletContext ctx,
                                  javax.servlet.http.HttpServletRequest req,
                                  javax.servlet.http.HttpServletResponse res,
                                  boolean clientIsNew,
                                  int timeout)