Class SessionManager
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable<String,String>
-
- org.exoplatform.wiki.service.impl.SessionManager
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,String>
public class SessionManager extends Hashtable<String,String>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SessionManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSessionContainer(String id, String scontainer)voidaddSessionContext(String id, Object context)StringgetSessionContainer(String id)ObjectgetSessionContext(String id)voidremoveSessionContainer(String id)voidremoveSessionContext(String id)-
Methods inherited from class java.util.Hashtable
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, values
-
-