com.liferay.faces.bridge.config
Class BridgeConfigAttributeMapImpl
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
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 classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
BridgeConfigAttributeMapImpl
public BridgeConfigAttributeMapImpl()
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.