public class PortletSessionMap extends StringKeyedMapAdapter implements SharedMap
Constructor and Description |
---|
PortletSessionMap(javax.portlet.PortletRequest request)
Create a map wrapping the session of given request.
|
Modifier and Type | Method and Description |
---|---|
Object |
getMutex()
Returns the shared mutex that may be synchronized on using a synchronized block.
|
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public PortletSessionMap(javax.portlet.PortletRequest request)