com.liferay.faces.bridge.config.internal
Class BridgeConfigAttributeMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by com.liferay.faces.bridge.config.internal.BridgeConfigAttributeMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class BridgeConfigAttributeMap
extends HashMap<String,Object>

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>
 
Field Summary
static String CONFIGURED_FACES_SERVLET_MAPPINGS
           
static String CONFIGURED_SUFFIXES
           
static String CONFIGURED_SYSTEM_EVENT_LISTENERS
           
 
Constructor Summary
BridgeConfigAttributeMap()
           
 
Method Summary
 Object get(Object key)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, 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
 

Field Detail

CONFIGURED_FACES_SERVLET_MAPPINGS

public static final String CONFIGURED_FACES_SERVLET_MAPPINGS
See Also:
Constant Field Values

CONFIGURED_SYSTEM_EVENT_LISTENERS

public static final String CONFIGURED_SYSTEM_EVENT_LISTENERS
See Also:
Constant Field Values

CONFIGURED_SUFFIXES

public static final String CONFIGURED_SUFFIXES
See Also:
Constant Field Values
Constructor Detail

BridgeConfigAttributeMap

public BridgeConfigAttributeMap()
Method Detail

get

public Object get(Object key)
Specified by:
get in interface Map<String,Object>
Overrides:
get in class HashMap<String,Object>


Copyright © 2015 Liferay, Inc.. All rights reserved.