org.apache.myfaces.context.portlet
Class RequestParameterValuesMap

java.lang.Object
  extended by java.util.AbstractMap
      extended by org.apache.myfaces.context.servlet.AbstractAttributeMap
          extended by org.apache.myfaces.context.portlet.RequestParameterValuesMap
All Implemented Interfaces:
java.util.Map

public class RequestParameterValuesMap
extends AbstractAttributeMap

PortletRequest multi-value parameters as Map.

Version:
$Revision: 472618 $ $Date: 2006-11-08 21:06:54 +0100 (Mi, 08 Nov 2006) $
Author:
Stan Silvert (latest modification by $Author: grantsmith $)

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Method Summary
protected  java.lang.Object getAttribute(java.lang.String key)
           
protected  java.util.Enumeration getAttributeNames()
           
protected  void removeAttribute(java.lang.String key)
           
protected  void setAttribute(java.lang.String key, java.lang.Object value)
           
 
Methods inherited from class org.apache.myfaces.context.servlet.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 java.lang.Object getAttribute(java.lang.String key)
Specified by:
getAttribute in class AbstractAttributeMap

setAttribute

protected void setAttribute(java.lang.String key,
                            java.lang.Object value)
Specified by:
setAttribute in class AbstractAttributeMap

removeAttribute

protected void removeAttribute(java.lang.String key)
Specified by:
removeAttribute in class AbstractAttributeMap

getAttributeNames

protected java.util.Enumeration getAttributeNames()
Specified by:
getAttributeNames in class AbstractAttributeMap


Copyright © 2009. All Rights Reserved.