spring-faces

org.springframework.faces.webflow.context.portlet
Class InitParameterMap

java.lang.Object
  extended by org.springframework.binding.collection.StringKeyedMapAdapter
      extended by org.springframework.faces.webflow.context.portlet.InitParameterMap
All Implemented Interfaces:
java.util.Map

public class InitParameterMap
extends org.springframework.binding.collection.StringKeyedMapAdapter

Map backed by a PortletContext for accessing Portlet initialization parameters.

Since:
2.2.0
Author:
Rossen Stoyanchev

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
InitParameterMap(javax.portlet.PortletContext portletContext)
           
 
Method Summary
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.Object value)
           
 
Methods inherited from class org.springframework.binding.collection.StringKeyedMapAdapter
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

InitParameterMap

public InitParameterMap(javax.portlet.PortletContext portletContext)
Method Detail

getAttribute

protected java.lang.String getAttribute(java.lang.String key)
Specified by:
getAttribute in class org.springframework.binding.collection.StringKeyedMapAdapter

setAttribute

protected void setAttribute(java.lang.String key,
                            java.lang.Object value)
Specified by:
setAttribute in class org.springframework.binding.collection.StringKeyedMapAdapter

removeAttribute

protected void removeAttribute(java.lang.String key)
Specified by:
removeAttribute in class org.springframework.binding.collection.StringKeyedMapAdapter

getAttributeNames

protected java.util.Iterator<java.lang.String> getAttributeNames()
Specified by:
getAttributeNames in class org.springframework.binding.collection.StringKeyedMapAdapter

spring-faces