Package com.sun.faces.context
Class ApplicationMap
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) entrySet()booleaninthashCode()keySet()voidprotected booleanprotected booleanremoveValue(Object value) values()Methods inherited from class java.util.AbstractMap
clone, containsValue, isEmpty, size, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ApplicationMap
public ApplicationMap(jakarta.servlet.ServletContext servletContext)
-
-
Method Details
-
getContext
-
clear
public void clear() -
putAll
-
get
-
put
-
remove
-
containsKey
- Specified by:
containsKeyin interfaceMap<String,Object> - Overrides:
containsKeyin classAbstractMap<String,Object>
-
equals
-
hashCode
public int hashCode() -
getEntryIterator
-
getKeyIterator
-
getValueIterator
-
entrySet
-
keySet
-
values
-
removeKey
-
removeValue
-