com.liferay.faces.bridge.context.map
Class RequestHeaderMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,V>
          extended by com.liferay.faces.bridge.context.map.CaseInsensitiveHashMap<String>
              extended by com.liferay.faces.bridge.context.map.RequestHeaderMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>

public class RequestHeaderMap
extends CaseInsensitiveHashMap<String>

Author:
Neil Griffin
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
RequestHeaderMap(Map<String,String[]> requestHeaderValuesMap)
           
 
Method Summary
 
Methods inherited from class com.liferay.faces.bridge.context.map.CaseInsensitiveHashMap
containsKey, get, getLowerCaseKey, put
 
Methods inherited from class java.util.HashMap
clear, clone, containsValue, entrySet, isEmpty, keySet, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

RequestHeaderMap

public RequestHeaderMap(Map<String,String[]> requestHeaderValuesMap)


Copyright © 2014 Liferay, Inc.. All Rights Reserved.