Package com.sun.faces.context
Class AlwaysPuttingSessionMap
- java.lang.Object
-
- java.util.AbstractMap<String,V>
-
- com.sun.faces.context.SessionMap
-
- com.sun.faces.context.AlwaysPuttingSessionMap
-
public class AlwaysPuttingSessionMap extends SessionMap
-
-
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 AlwaysPuttingSessionMap(jakarta.servlet.http.HttpServletRequest request, ProjectStage stage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Map.Entry<String,V>>entrySet()Set<String>keySet()Objectput(String key, Object value)protected booleanremoveKey(Object key)protected booleanremoveValue(Object value)Collection<V>values()-
Methods inherited from class com.sun.faces.context.SessionMap
clear, containsKey, equals, get, getEntryIterator, getKeyIterator, getSession, getValueIterator, hashCode, putAll, remove
-
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 Detail
-
AlwaysPuttingSessionMap
public AlwaysPuttingSessionMap(jakarta.servlet.http.HttpServletRequest request, ProjectStage stage)
-
-