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 extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
ConstructorsConstructorDescriptionSessionMap(jakarta.servlet.http.HttpServletRequest request, ProjectStage stage) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) static voidcreateMutex(jakarta.servlet.http.HttpSession session) entrySet()booleanstatic Objectprotected jakarta.servlet.http.HttpSessiongetSession(boolean createNew) inthashCode()keySet()voidprotected booleanstatic voidremoveMutex(jakarta.servlet.http.HttpSession session) protected 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
-
SessionMap
-
-
Method Details
-
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
-
getSession
protected jakarta.servlet.http.HttpSession getSession(boolean createNew) -
createMutex
public static void createMutex(jakarta.servlet.http.HttpSession session) -
getMutex
-
removeMutex
public static void removeMutex(jakarta.servlet.http.HttpSession session) -
entrySet
-
keySet
-
values
-
removeKey
-
removeValue
-