-
-
Constructor Summary
Constructors
-
Method Summary
void
boolean
static void
boolean
protected jakarta.servlet.http.HttpSession
int
void
protected boolean
static void
protected boolean
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
SessionMap
public SessionMap(jakarta.servlet.http.HttpServletRequest request,
ProjectStage stage)
-
Method Details
-
-
-
-
-
-
-
-
-
-
-
-
getSession
protected jakarta.servlet.http.HttpSession getSession(boolean createNew)
-
createMutex
public static void createMutex(jakarta.servlet.http.HttpSession session)
-
-
removeMutex
public static void removeMutex(jakarta.servlet.http.HttpSession session)
-
entrySet
- Specified by:
entrySet in interface Map<String,V>
- Specified by:
entrySet in class AbstractMap<String,V>
-
-
-
removeKey
protected boolean removeKey(Object key)
-
removeValue
protected boolean removeValue(Object value)