org.apache.myfaces.context.servlet
Class RequestHeaderValuesMap
java.lang.Object
java.util.AbstractMap<java.lang.String,V>
org.apache.myfaces.util.AbstractAttributeMap<java.lang.String[]>
org.apache.myfaces.context.servlet.RequestHeaderValuesMap
- All Implemented Interfaces:
- java.util.Map<java.lang.String,java.lang.String[]>
public final class RequestHeaderValuesMap
- extends AbstractAttributeMap<java.lang.String[]>
HttpServletRequest header values (multi-value headers) as Map of String[].
- Version:
- $Revision: 1000662 $ $Date: 2010-09-23 18:11:42 -0500 (Thu, 23 Sep 2010) $
- Author:
- Anton Koinov (latest modification by $Author: lu4242 $)
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
java.util.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 |
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 |
getAttribute
protected java.lang.String[] getAttribute(java.lang.String key)
- Specified by:
getAttribute
in class AbstractAttributeMap<java.lang.String[]>
setAttribute
protected void setAttribute(java.lang.String key,
java.lang.String[] value)
- Specified by:
setAttribute
in class AbstractAttributeMap<java.lang.String[]>
removeAttribute
protected void removeAttribute(java.lang.String key)
- Specified by:
removeAttribute
in class AbstractAttributeMap<java.lang.String[]>
getAttributeNames
protected java.util.Enumeration<java.lang.String> getAttributeNames()
- Specified by:
getAttributeNames
in class AbstractAttributeMap<java.lang.String[]>
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.