Liferay 6.1.2-ce-ga3

com.liferay.util.bridges.jsf.sun
Class LiferayApplicationMap

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.liferay.util.bridges.jsf.sun.LiferayApplicationMap
All Implemented Interfaces:
Map<String,Object>

public class LiferayApplicationMap
extends AbstractMap<String,Object>


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
LiferayApplicationMap(javax.servlet.ServletContext servletContext)
           
 
Method Summary
 Set<Map.Entry<String,Object>> entrySet()
           
 Object get(Object key)
           
 Object put(String key, Object value)
           
 Object remove(Object key)
           
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LiferayApplicationMap

public LiferayApplicationMap(javax.servlet.ServletContext servletContext)
Method Detail

entrySet

public Set<Map.Entry<String,Object>> entrySet()
Specified by:
entrySet in interface Map<String,Object>
Specified by:
entrySet in class AbstractMap<String,Object>

get

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

put

public Object put(String key,
                  Object value)
Specified by:
put in interface Map<String,Object>
Overrides:
put in class AbstractMap<String,Object>

remove

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

Liferay 6.1.2-ce-ga3