public class SessionMaps
extends Object
Constructor and Description |
---|
SessionMaps(Supplier<Map<String,Object>> mapSupplier) |
Modifier and Type | Method and Description |
---|---|
void |
add(javax.servlet.http.HttpSession httpSession,
String mapKey,
String key,
Object value) |
void |
clear(javax.servlet.http.HttpSession httpSession,
String mapKey) |
boolean |
contains(javax.servlet.http.HttpSession httpSession,
String mapKey,
String key) |
Object |
get(javax.servlet.http.HttpSession httpSession,
String mapKey,
String key) |
boolean |
isEmpty(javax.servlet.http.HttpSession httpSession,
String mapKey) |
Iterator<String> |
iterator(javax.servlet.http.HttpSession httpSession,
String mapKey) |
Set<String> |
keySet(javax.servlet.http.HttpSession httpSession,
String mapKey) |
void |
remove(javax.servlet.http.HttpSession httpSession,
String mapKey,
String key) |
int |
size(javax.servlet.http.HttpSession httpSession,
String mapKey) |
public void add(javax.servlet.http.HttpSession httpSession, String mapKey, String key, Object value)
public void clear(javax.servlet.http.HttpSession httpSession, String mapKey)
public boolean contains(javax.servlet.http.HttpSession httpSession, String mapKey, String key)
public Object get(javax.servlet.http.HttpSession httpSession, String mapKey, String key)
public boolean isEmpty(javax.servlet.http.HttpSession httpSession, String mapKey)
public Iterator<String> iterator(javax.servlet.http.HttpSession httpSession, String mapKey)
public Set<String> keySet(javax.servlet.http.HttpSession httpSession, String mapKey)
public void remove(javax.servlet.http.HttpSession httpSession, String mapKey, String key)
public int size(javax.servlet.http.HttpSession httpSession, String mapKey)