org.apache.tomcat.core
Class SessionContextImpl

java.lang.Object
  |
  +--org.apache.tomcat.core.SessionContextImpl

public class SessionContextImpl
extends java.lang.Object
implements javax.servlet.http.HttpSessionContext

Author:
duncan@eng.sun.com

Constructor Summary
SessionContextImpl()
           
 
Method Summary
 java.util.Enumeration getIds()
          Deprecated.  
 javax.servlet.http.HttpSession getSession(java.lang.String sessionId)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionContextImpl

public SessionContextImpl()
Method Detail

getSession

public javax.servlet.http.HttpSession getSession(java.lang.String sessionId)
Deprecated.  

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

getIds

public java.util.Enumeration getIds()
Deprecated.  

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


Copyright © 2000 Apache Software Foundation. All Rights Reserved.