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
-
SessionContextImpl()
-
-
getIds()
-
Deprecated.
-
getSession(String)
-
Deprecated.
SessionContextImpl
public SessionContextImpl()
getSession
public HttpSession getSession(String sessionId)
- Note: getSession() is deprecated.
getIds
public Enumeration getIds()
- Note: getIds() is deprecated.
All Packages Class Hierarchy This Package Previous Next Index