public class PortletContextMap extends StringKeyedMapAdapter implements SharedMap
Constructor and Description |
---|
PortletContextMap(javax.portlet.PortletContext context)
Create a map wrapping given portlet context.
|
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
public PortletContextMap(javax.portlet.PortletContext context)