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
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.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 Details
-
AlwaysPuttingSessionMap
public AlwaysPuttingSessionMap(jakarta.servlet.http.HttpServletRequest request, ProjectStage stage)
-
-
Method Details