org.mortbay.jetty.servlet
Class AbstractSessionManager.NullSessionContext
java.lang.Object
org.mortbay.jetty.servlet.AbstractSessionManager.NullSessionContext
- All Implemented Interfaces:
- HttpSessionContext
- Enclosing class:
- AbstractSessionManager
public static class AbstractSessionManager.NullSessionContext
- extends Object
- implements HttpSessionContext
Null returning implementation of HttpSessionContext
- Author:
- Greg Wilkins (gregw)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSessionManager.NullSessionContext
private AbstractSessionManager.NullSessionContext()
getIds
public Enumeration getIds()
- Deprecated. From HttpSessionContext
- Specified by:
getIds
in interface HttpSessionContext
getSession
public HttpSession getSession(String id)
- Deprecated. From HttpSessionContext
- Specified by:
getSession
in interface HttpSessionContext