public class InitParameterMap
extends org.springframework.binding.collection.StringKeyedMapAdapter<java.lang.String>
| Constructor and Description |
|---|
InitParameterMap(javax.portlet.PortletContext portletContext) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getAttribute(java.lang.String key) |
protected java.util.Iterator<java.lang.String> |
getAttributeNames() |
protected void |
removeAttribute(java.lang.String key) |
protected void |
setAttribute(java.lang.String key,
java.lang.String value) |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuespublic InitParameterMap(javax.portlet.PortletContext portletContext)
protected java.lang.String getAttribute(java.lang.String key)
getAttribute in class org.springframework.binding.collection.StringKeyedMapAdapter<java.lang.String>protected void setAttribute(java.lang.String key,
java.lang.String value)
setAttribute in class org.springframework.binding.collection.StringKeyedMapAdapter<java.lang.String>protected void removeAttribute(java.lang.String key)
removeAttribute in class org.springframework.binding.collection.StringKeyedMapAdapter<java.lang.String>protected java.util.Iterator<java.lang.String> getAttributeNames()
getAttributeNames in class org.springframework.binding.collection.StringKeyedMapAdapter<java.lang.String>