public class SessionContext extends java.lang.Object implements HttpSessionContext
Modifier and Type | Field and Description |
---|---|
static HttpSessionContext |
NULL_IMPL |
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration |
getIds()
Deprecated.
From HttpSessionContext
|
HttpSession |
getSession(java.lang.String id)
Deprecated.
From HttpSessionContext
|
public static final HttpSessionContext NULL_IMPL
public java.util.Enumeration getIds()
getIds
in interface HttpSessionContext
public HttpSession getSession(java.lang.String id)
getSession
in interface HttpSessionContext
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.