org.mortbay.jetty.servlet
Class HashSessionManager.Session

java.lang.Object
  extended by org.mortbay.jetty.servlet.AbstractSessionManager.Session
      extended by org.mortbay.jetty.servlet.HashSessionManager.Session
All Implemented Interfaces:
HttpSession, SessionManager.Session
Enclosing class:
HashSessionManager

protected class HashSessionManager.Session
extends AbstractSessionManager.Session


Field Summary
 
Fields inherited from class org.mortbay.jetty.servlet.AbstractSessionManager.Session
_accessed, _created, _id, _invalid, _maxIdleMs, _newSession, _values
 
Constructor Summary
protected HashSessionManager.Session(HttpServletRequest request)
           
 
Method Summary
protected  Map newAttributeMap()
           
 
Methods inherited from class org.mortbay.jetty.servlet.AbstractSessionManager.Session
access, getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, invalidate, isNew, isValid, 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