public class SessionContext extends Object implements javax.servlet.http.HttpSessionContext
| Modifier and Type | Field and Description |
|---|---|
static javax.servlet.http.HttpSessionContext |
NULL_IMPL |
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
getIds()
Deprecated.
From HttpSessionContext
|
javax.servlet.http.HttpSession |
getSession(String id)
Deprecated.
From HttpSessionContext
|
public Enumeration getIds()
getIds in interface javax.servlet.http.HttpSessionContextpublic javax.servlet.http.HttpSession getSession(String id)
getSession in interface javax.servlet.http.HttpSessionContextCopyright © 2016. All Rights Reserved.