Class RequestParameterValuesMap
java.lang.Object
java.util.AbstractMap<String,V>
 
org.apache.myfaces.util.lang.AbstractAttributeMap<String[]>
org.apache.myfaces.context.servlet.RequestParameterValuesMap
ServletRequest multi-value parameters as Map.
- Version:
- $Revision$ $Date$
- Author:
- Anton Koinov (latest modification by $Author$)
- 
Nested Class SummaryNested classes/interfaces inherited from class java.util.AbstractMapAbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> 
- 
Method SummaryModifier and TypeMethodDescriptionprotected String[]getAttribute(String key) protected Enumeration<String>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, valuesMethods inherited from class java.util.AbstractMapclone, equals, hashCode, toStringMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
- 
Method Details- 
getAttribute- Specified by:
- getAttributein class- AbstractAttributeMap<String[]>
 
- 
setAttribute- Specified by:
- setAttributein class- AbstractAttributeMap<String[]>
 
- 
removeAttribute- Specified by:
- removeAttributein class- AbstractAttributeMap<String[]>
 
- 
getAttributeNames- Specified by:
- getAttributeNamesin class- AbstractAttributeMap<String[]>
 
 
-