Class RequestParameterMap
- java.lang.Object
- 
- java.util.AbstractMap<String,V>
- 
- org.apache.myfaces.util.lang.AbstractAttributeMap<String>
- 
- org.apache.myfaces.context.servlet.RequestParameterMap
 
 
 
- 
 public final class RequestParameterMap extends AbstractAttributeMap<String> ServletRequest parameters as Map.- Version:
- $Revision$ $Date$
- Author:
- Anton Koinov (latest modification by $Author$)
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class java.util.AbstractMapAbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetAttribute(String key)protected Enumeration<String>getAttributeNames()protected voidremoveAttribute(String key)protected voidsetAttribute(String key, String value)- 
Methods inherited from class org.apache.myfaces.util.lang.AbstractAttributeMapclear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 - 
Methods inherited from class java.util.AbstractMapclone, equals, hashCode, toString
 - 
Methods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
 
- 
 
- 
- 
- 
Method Detail- 
getAttributeprotected String getAttribute(String key) - Specified by:
- getAttributein class- AbstractAttributeMap<String>
 
 - 
setAttributeprotected void setAttribute(String key, String value) - Specified by:
- setAttributein class- AbstractAttributeMap<String>
 
 - 
removeAttributeprotected void removeAttribute(String key) - Specified by:
- removeAttributein class- AbstractAttributeMap<String>
 
 - 
getAttributeNamesprotected Enumeration<String> getAttributeNames() - Specified by:
- getAttributeNamesin class- AbstractAttributeMap<String>
 
 
- 
 
-