Class RequestHeaderValuesMap
java.lang.Object
java.util.AbstractMap<String,V>
org.apache.myfaces.util.lang.AbstractAttributeMap<String[]>
org.apache.myfaces.context.servlet.RequestHeaderValuesMap
HttpServletRequest header values (multi-value headers) as Map of String[].
- Version:
- $Revision$ $Date$
- Author:
- Anton Koinov (latest modification by $Author$)
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]
getAttribute
(String key) protected Enumeration<String>
protected void
removeAttribute
(String key) protected void
setAttribute
(String key, String[] value) Methods inherited from class org.apache.myfaces.util.lang.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
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
getAttribute
- Specified by:
getAttribute
in classAbstractAttributeMap<String[]>
-
setAttribute
- Specified by:
setAttribute
in classAbstractAttributeMap<String[]>
-
removeAttribute
- Specified by:
removeAttribute
in classAbstractAttributeMap<String[]>
-
getAttributeNames
- Specified by:
getAttributeNames
in classAbstractAttributeMap<String[]>
-