Package com.sun.faces.context
Class ApplicationMap
- java.lang.Object
-
- java.util.AbstractMap<String,V>
-
- com.sun.faces.context.ApplicationMap
-
public class ApplicationMap extends AbstractMap<String,V>
- See Also:
ExternalContext.getApplicationMap()
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description ApplicationMap(jakarta.servlet.ServletContext servletContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(Object key)Set<Map.Entry<String,V>>entrySet()booleanequals(Object obj)Objectget(Object key)ObjectgetContext()protected Iterator<Map.Entry<String,Object>>getEntryIterator()protected Iterator<String>getKeyIterator()protected Iterator<Object>getValueIterator()inthashCode()Set<String>keySet()Objectput(String key, Object value)voidputAll(Map t)Objectremove(Object key)protected booleanremoveKey(Object key)protected booleanremoveValue(Object value)Collection<V>values()-
Methods inherited from class java.util.AbstractMap
clone, containsValue, isEmpty, size, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
getContext
public Object getContext()
-
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKeyin interfaceMap<String,Object>- Overrides:
containsKeyin classAbstractMap<String,Object>
-
equals
public boolean equals(Object obj)
-
hashCode
public int hashCode()
-
values
public Collection<V> values()
-
removeKey
protected boolean removeKey(Object key)
-
removeValue
protected boolean removeValue(Object value)
-
-