Package com.sun.faces.context
Class SessionMap
- Direct Known Subclasses:
AlwaysPuttingSessionMap
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
ConstructorDescriptionSessionMap
(jakarta.servlet.http.HttpServletRequest request, ProjectStage stage) -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(Object key) entrySet()
boolean
protected jakarta.servlet.http.HttpSession
getSession
(boolean createNew) int
hashCode()
keySet()
void
protected boolean
protected boolean
removeValue
(Object value) 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
-
Constructor Details
-
SessionMap
-
-
Method Details
-
clear
public void clear() -
putAll
-
get
-
put
-
remove
-
containsKey
- Specified by:
containsKey
in interfaceMap<String,
Object> - Overrides:
containsKey
in classAbstractMap<String,
Object>
-
equals
-
hashCode
public int hashCode() -
getEntryIterator
-
getKeyIterator
-
getValueIterator
-
getSession
protected jakarta.servlet.http.HttpSession getSession(boolean createNew) -
entrySet
-
keySet
-
values
-
removeKey
-
removeValue
-