org.mortbay.jetty.servlet
Class HashSessionManager.Session

java.lang.Object
  extended byorg.mortbay.jetty.servlet.AbstractSessionManager.Session
      extended byorg.mortbay.jetty.servlet.HashSessionManager.Session
All Implemented Interfaces:
HttpSession
Enclosing class:
HashSessionManager

protected class HashSessionManager.Session
extends AbstractSessionManager.Session


Constructor Summary
protected HashSessionManager.Session(HttpServletRequest request)
           
 
Method Summary
protected  Map newAttributeMap()
           
 
Methods inherited from class org.mortbay.jetty.servlet.AbstractSessionManager.Session
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, invalidate, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HashSessionManager.Session

protected HashSessionManager.Session(HttpServletRequest request)
Method Detail

newAttributeMap

protected Map newAttributeMap()
Specified by:
newAttributeMap in class AbstractSessionManager.Session