public class SessionManager extends Hashtable<String,String>
| Constructor and Description |
|---|
SessionManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSessionContainer(String id,
String scontainer) |
void |
addSessionContext(String id,
Object context) |
String |
getSessionContainer(String id) |
Object |
getSessionContext(String id) |
void |
removeSessionContainer(String id) |
void |
removeSessionContext(String id) |
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuesCopyright © 2003–2021 eXo Platform SAS. All rights reserved.