public class SessionMap extends AbstractMap<String,V>
ExternalContext.getSessionMap()
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
SessionMap(javax.servlet.http.HttpServletRequest request,
ProjectStage stage) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
Set<Map.Entry<String,V>> |
entrySet() |
boolean |
equals(Object obj) |
Object |
get(Object key) |
protected Iterator<Map.Entry<String,Object>> |
getEntryIterator() |
protected Iterator<String> |
getKeyIterator() |
protected javax.servlet.http.HttpSession |
getSession(boolean createNew) |
protected Iterator<Object> |
getValueIterator() |
int |
hashCode() |
Set<String> |
keySet() |
Object |
put(String key,
Object value) |
void |
putAll(Map t) |
Object |
remove(Object key) |
protected boolean |
removeKey(Object key) |
protected boolean |
removeValue(Object value) |
Collection<V> |
values() |
clone, containsValue, isEmpty, size, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public SessionMap(javax.servlet.http.HttpServletRequest request, ProjectStage stage)
public boolean containsKey(Object key)
containsKey
in interface Map<String,Object>
containsKey
in class AbstractMap<String,Object>
public boolean equals(Object obj)
public int hashCode()
protected javax.servlet.http.HttpSession getSession(boolean createNew)
public Collection<V> values()
protected boolean removeKey(Object key)
protected boolean removeValue(Object value)
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.