org.apache.myfaces.context.servlet
Class RequestParameterValuesMap
java.lang.Object
java.util.AbstractMap<String,V>
org.apache.myfaces.util.AbstractAttributeMap<String[]>
org.apache.myfaces.context.servlet.RequestParameterValuesMap
- All Implemented Interfaces:
- Map<String,String[]>
public final class RequestParameterValuesMap
- extends AbstractAttributeMap<String[]>
ServletRequest multi-value parameters as Map.
- Version:
- $Revision: 982465 $ $Date: 2010-08-04 23:39:32 -0500 (Wed, 04 Aug 2010) $
- Author:
- Anton Koinov (latest modification by $Author: lu4242 $)
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from class org.apache.myfaces.util.AbstractAttributeMap |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
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 © 2010 The Apache Software Foundation. All Rights Reserved.