public class InitParameterMap extends 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)
Hook method that needs to be implemented by concrete subclasses.
|
protected java.util.Iterator<java.lang.String> |
getAttributeNames()
Hook method that needs to be implemented by concrete subclasses.
|
protected void |
removeAttribute(java.lang.String key)
Hook method that needs to be implemented by concrete subclasses.
|
protected void |
setAttribute(java.lang.String key,
java.lang.String value)
Hook method that needs to be implemented by concrete subclasses.
|
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
public InitParameterMap(javax.portlet.PortletContext portletContext)
protected java.lang.String getAttribute(java.lang.String key)
StringKeyedMapAdapter
getAttribute
in class StringKeyedMapAdapter<java.lang.String>
key
- the key to lookupprotected void setAttribute(java.lang.String key, java.lang.String value)
StringKeyedMapAdapter
setAttribute
in class StringKeyedMapAdapter<java.lang.String>
key
- the key to associate the value withvalue
- the value to associate with the keyprotected void removeAttribute(java.lang.String key)
StringKeyedMapAdapter
removeAttribute
in class StringKeyedMapAdapter<java.lang.String>
key
- the key to removeprotected java.util.Iterator<java.lang.String> getAttributeNames()
StringKeyedMapAdapter
getAttributeNames
in class StringKeyedMapAdapter<java.lang.String>