org.openqa.jetty.jetty.servlet
Class SessionContext
java.lang.Object
org.openqa.jetty.jetty.servlet.SessionContext
- All Implemented Interfaces:
- javax.servlet.http.HttpSessionContext
public class SessionContext
- extends Object
- implements javax.servlet.http.HttpSessionContext
Null returning implementation of HttpSessionContext
- Version:
- $Id: SessionContext.java,v 1.4 2004/05/09 20:32:27 gregwilkins Exp $
- Author:
- Greg Wilkins (gregw)
Field Summary |
static javax.servlet.http.HttpSessionContext |
NULL_IMPL
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NULL_IMPL
public static final javax.servlet.http.HttpSessionContext NULL_IMPL
getIds
public Enumeration getIds()
- Deprecated. From HttpSessionContext
- Specified by:
getIds
in interface javax.servlet.http.HttpSessionContext
getSession
public javax.servlet.http.HttpSession getSession(String id)
- Deprecated. From HttpSessionContext
- Specified by:
getSession
in interface javax.servlet.http.HttpSessionContext
Copyright © 2011. All Rights Reserved.