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

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.RequestHeaderValuesMapCompat
All Implemented Interfaces:
Serializable, Cloneable, Map<String,String[]>
Direct Known Subclasses:
RequestHeaderValuesMap

public abstract class RequestHeaderValuesMapCompat
extends CaseInsensitiveHashMap<String[]>

This class provides a compatibility layer that isolates differences between JSF1 and JSF2.

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
RequestHeaderValuesMapCompat()
           
 
Method Summary
protected  void addJSF1Headers(PortletContainer portletContainer)
           
 
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

RequestHeaderValuesMapCompat

public RequestHeaderValuesMapCompat()
Method Detail

addJSF1Headers

protected void addJSF1Headers(PortletContainer portletContainer)


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