com.liferay.faces.bridge.config
Class BridgeConfigAttributeMapImpl

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

public class BridgeConfigAttributeMapImpl
extends HashMap<String,Object>
implements BridgeConfigAttributeMap

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>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
BridgeConfigAttributeMapImpl()
           
 
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
clear, containsKey, containsValue, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

BridgeConfigAttributeMapImpl

public BridgeConfigAttributeMapImpl()
Method Detail

get

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


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