org.apache.myfaces.context.servlet
Class RequestHeaderValuesMap
java.lang.Object
java.util.AbstractMap<String,V>
org.apache.myfaces.util.AbstractAttributeMap<String[]>
org.apache.myfaces.context.servlet.RequestHeaderValuesMap
- All Implemented Interfaces:
- Map<String,String[]>
public final class RequestHeaderValuesMap
- extends AbstractAttributeMap<String[]>
HttpServletRequest header values (multi-value headers) as Map of String[].
- Version:
- $Revision: 1188895 $ $Date: 2011-10-25 15:31:51 -0500 (Tue, 25 Oct 2011) $
- Author:
- Anton Koinov (latest modification by $Author: struberg $)
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.