org.apache.myfaces.context.portlet
Class RequestParameterMap

java.lang.Object
  extended by java.util.AbstractMap<String,V>
      extended by org.apache.myfaces.util.AbstractAttributeMap<String>
          extended by org.apache.myfaces.context.portlet.RequestParameterMap
All Implemented Interfaces:
Map<String,String>

public class RequestParameterMap
extends AbstractAttributeMap<String>

PortletRequest parameters as Map.

Version:
$Revision: 684459 $ $Date: 2008-08-10 06:13:56 -0500 (Sun, 10 Aug 2008) $
Author:
Stan Silvert (latest modification by $Author: skitching $)

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
protected  String getAttribute(String key)
           
protected  Enumeration<String> getAttributeNames()
           
protected  void removeAttribute(String key)
           
protected  void setAttribute(String key, String value)
           
 
Methods inherited from class org.apache.myfaces.util.AbstractAttributeMap
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getAttribute

protected String getAttribute(String key)
Specified by:
getAttribute in class AbstractAttributeMap<String>

setAttribute

protected void setAttribute(String key,
                            String value)
Specified by:
setAttribute in class AbstractAttributeMap<String>

removeAttribute

protected void removeAttribute(String key)
Specified by:
removeAttribute in class AbstractAttributeMap<String>

getAttributeNames

protected Enumeration<String> getAttributeNames()
Specified by:
getAttributeNames in class AbstractAttributeMap<String>


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.