org.openqa.jetty.jetty.servlet
Class SessionContext

java.lang.Object
  extended by org.openqa.jetty.jetty.servlet.SessionContext
All Implemented Interfaces:
javax.servlet.http.HttpSessionContext

public class SessionContext
extends java.lang.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
           
 
Method Summary
 java.util.Enumeration getIds()
          Deprecated. From HttpSessionContext
 javax.servlet.http.HttpSession getSession(java.lang.String id)
          Deprecated. From HttpSessionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL_IMPL

public static final javax.servlet.http.HttpSessionContext NULL_IMPL
Method Detail

getIds

public java.util.Enumeration getIds()
Deprecated. From HttpSessionContext

Specified by:
getIds in interface javax.servlet.http.HttpSessionContext

getSession

public javax.servlet.http.HttpSession getSession(java.lang.String id)
Deprecated. From HttpSessionContext

Specified by:
getSession in interface javax.servlet.http.HttpSessionContext


Copyright © 2011. All Rights Reserved.