All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.apache.tomcat.core.SessionContextImpl

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

public class SessionContextImpl
extends Object
implements HttpSessionContext
Author:
duncan@eng.sun.com

Constructor Index

 o SessionContextImpl()

Method Index

 o getIds()
Deprecated.
 o getSession(String)
Deprecated.

Constructors

 o SessionContextImpl
 public SessionContextImpl()

Methods

 o getSession
 public HttpSession getSession(String sessionId)
Note: getSession() is deprecated.

 o getIds
 public Enumeration getIds()
Note: getIds() is deprecated.


All Packages  Class Hierarchy  This Package  Previous  Next  Index