org.mortbay.jetty.servlet
Class HashSessionManager.Session
java.lang.Object
org.mortbay.jetty.servlet.AbstractSessionManager.Session
org.mortbay.jetty.servlet.HashSessionManager.Session
- All Implemented Interfaces:
- Serializable, HttpSession
- Enclosing class:
- HashSessionManager
protected class HashSessionManager.Session
- extends AbstractSessionManager.Session
- See Also:
- Serialized Form
Methods inherited from class org.mortbay.jetty.servlet.AbstractSessionManager.Session |
access, bindValue, cookieSet, getAttribute, getAttributeNames, getClusterId, getCookieSetTime, getCreationTime, getId, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, initValues, invalidate, isIdChanged, isNew, isValid, putValue, removeAttribute, removeValue, setAttribute, setIdChanged, toString, unbindValue |
HashSessionManager.Session
protected HashSessionManager.Session(HttpServletRequest request)
setMaxInactiveInterval
public void setMaxInactiveInterval(int secs)
- Specified by:
setMaxInactiveInterval
in interface HttpSession
- Overrides:
setMaxInactiveInterval
in class AbstractSessionManager.Session
newAttributeMap
protected Map newAttributeMap()
- Specified by:
newAttributeMap
in class AbstractSessionManager.Session