| Package | Description |
|---|---|
| org.apache.webbeans.web.context |
| Modifier and Type | Method and Description |
|---|---|
SessionContext |
SessionContextManager.getSessionContextWithSessionId(String sessionId)
Gets session context related with given session id.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,SessionContext> |
SessionContextManager.getAllSessionContexts() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionContextManager.addNewSessionContext(String sessionId,
SessionContext context)
Adds new session context for the given session id.
|
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.