public class SingleValueRequestPropertyMap extends RequestPropertyMap<java.lang.String>
Map for accessing to PortletContext request properties containing single String values.PortletRequest.getProperties(String)| Constructor and Description |
|---|
SingleValueRequestPropertyMap(javax.portlet.PortletRequest portletRequest) |
| 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.
|
getAttributeNames, getPortletRequest, removeAttribute, setAttributeclear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuespublic SingleValueRequestPropertyMap(javax.portlet.PortletRequest portletRequest)
protected java.lang.String getAttribute(java.lang.String key)
StringKeyedMapAdaptergetAttribute in class StringKeyedMapAdapter<java.lang.String>key - the key to lookup