org.apache.myfaces.context.servlet
Class RequestParameterMap
java.lang.Object
java.util.AbstractMap<String,V>
org.apache.myfaces.util.AbstractAttributeMap<String>
org.apache.myfaces.context.servlet.RequestParameterMap
- All Implemented Interfaces:
- Map<String,String>
public final class RequestParameterMap
- extends AbstractAttributeMap<String>
ServletRequest parameters as Map.
- Version:
- $Revision: 1187701 $ $Date: 2011-10-22 12:21:54 +0000 (Sat, 22 Oct 2011) $
- Author:
- Anton Koinov (latest modification by $Author: bommel $)
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 © 2014 The Apache Software Foundation. All rights reserved.