Package | Description |
---|---|
org.tinygroup.weblayer.webcontext.session | |
org.tinygroup.weblayer.webcontext.session.impl | |
org.tinygroup.weblayer.webcontext.session.model |
Modifier and Type | Method and Description |
---|---|
Session[] |
SessionManager.queryAllSessions() |
Session |
SessionManager.querySessionById(String sessionId) |
Modifier and Type | Method and Description |
---|---|
void |
SessionManager.addSession(Session session) |
void |
SessionManager.expireSession(Session session) |
Modifier and Type | Class and Description |
---|---|
class |
SessionImpl
实现了
HttpSession 接口。 |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Session> |
DefaultSessionManager.sessions |
Modifier and Type | Method and Description |
---|---|
Session[] |
DefaultSessionManager.queryAllSessions() |
Session[] |
CacheSessionManager.queryAllSessions() |
Session |
DefaultSessionManager.querySessionById(String sessionId) |
Session |
CacheSessionManager.querySessionById(String sessionId) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSessionManager.addSession(Session session) |
void |
CacheSessionManager.addSession(Session session) |
void |
DefaultSessionManager.expireSession(Session session) |
void |
CacheSessionManager.expireSession(Session session) |
Copyright © 2006–2018 TinyGroup. All rights reserved.