public class PortletContextMap
extends org.springframework.binding.collection.StringKeyedMapAdapter
implements org.springframework.binding.collection.SharedMap
| Constructor and Description |
|---|
PortletContextMap(javax.portlet.PortletContext context)
Create a map wrapping given portlet context.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
getAttribute(java.lang.String key) |
protected java.util.Iterator |
getAttributeNames() |
java.lang.Object |
getMutex() |
protected void |
removeAttribute(java.lang.String key) |
protected void |
setAttribute(java.lang.String key,
java.lang.Object value) |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuespublic PortletContextMap(javax.portlet.PortletContext context)
protected java.lang.Object getAttribute(java.lang.String key)
getAttribute in class org.springframework.binding.collection.StringKeyedMapAdapterprotected void setAttribute(java.lang.String key,
java.lang.Object value)
setAttribute in class org.springframework.binding.collection.StringKeyedMapAdapterprotected void removeAttribute(java.lang.String key)
removeAttribute in class org.springframework.binding.collection.StringKeyedMapAdapterprotected java.util.Iterator getAttributeNames()
getAttributeNames in class org.springframework.binding.collection.StringKeyedMapAdapterpublic java.lang.Object getMutex()
getMutex in interface org.springframework.binding.collection.SharedMap