Package com.sun.faces.context
Class SessionMap
- Direct Known Subclasses:
AlwaysPuttingSessionMap
public class SessionMap extends AbstractMap<String,V>
- See Also:
ExternalContext.getSessionMap()
-
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
Constructors Constructor Description SessionMap(jakarta.servlet.http.HttpServletRequest request, ProjectStage stage) -
Method Summary
Modifier and Type Method Description voidclear()booleancontainsKey(Object key)Set<Map.Entry<String,Object>>entrySet()booleanequals(Object obj)Objectget(Object key)protected Iterator<Map.Entry<String,Object>>getEntryIterator()protected Iterator<String>getKeyIterator()protected jakarta.servlet.http.HttpSessiongetSession(boolean createNew)protected Iterator<Object>getValueIterator()inthashCode()Set<String>keySet()Objectput(String key, Object value)voidputAll(Map t)Objectremove(Object key)protected booleanremoveKey(Object key)protected booleanremoveValue(Object value)Collection<Object>values()Methods 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
-
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) -
entrySet
-
keySet
-
values
-
removeKey
-
removeValue
-