public final class HttpSessionScopeAdapter extends java.lang.Object implements ADFScope, javax.servlet.http.HttpSessionBindingListener, java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
addScopeListener(ADFScopeListener listener) |
void |
clear() |
boolean |
containsKey(java.lang.Object key) |
boolean |
containsValue(java.lang.Object value) |
java.util.Set |
entrySet() |
java.lang.Object |
get(java.lang.Object key) |
void |
invalidate() |
boolean |
isEmpty() |
java.util.Set |
keySet() |
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value) |
void |
putAll(java.util.Map map) |
java.lang.Object |
putTransient(java.lang.Object key,
java.lang.Object value)
If the scope supports failover then this may be used to notify the
scope that the state does not require failover.
|
java.lang.Object |
remove(java.lang.Object key) |
void |
removeScopeListener(ADFScopeListener listener) |
void |
sessionCreated(javax.servlet.http.HttpSessionEvent se) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent se) |
int |
size() |
void |
valueBound(javax.servlet.http.HttpSessionBindingEvent ev) |
java.util.Collection |
values() |
void |
valueUnbound(javax.servlet.http.HttpSessionBindingEvent ev) |
public int size()
size in interface java.util.Mappublic void clear()
clear in interface java.util.Mappublic boolean isEmpty()
isEmpty in interface java.util.Mappublic boolean containsKey(java.lang.Object key)
containsKey in interface java.util.Mappublic boolean containsValue(java.lang.Object value)
containsValue in interface java.util.Mappublic java.util.Collection values()
values in interface java.util.Mappublic void putAll(java.util.Map map)
putAll in interface java.util.Mappublic java.util.Set entrySet()
entrySet in interface java.util.Mappublic java.util.Set keySet()
keySet in interface java.util.Mappublic java.lang.Object get(java.lang.Object key)
get in interface java.util.Mappublic java.lang.Object remove(java.lang.Object key)
remove in interface java.util.Mappublic java.lang.Object put(java.lang.Object key,
java.lang.Object value)
put in interface java.util.Mappublic java.lang.Object putTransient(java.lang.Object key,
java.lang.Object value)
ADFScopeputTransient in interface ADFScopepublic void invalidate()
invalidate in interface ADFScopepublic void addScopeListener(ADFScopeListener listener)
addScopeListener in interface ADFScopepublic void removeScopeListener(ADFScopeListener listener)
removeScopeListener in interface ADFScopepublic void sessionCreated(javax.servlet.http.HttpSessionEvent se)
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
public void valueBound(javax.servlet.http.HttpSessionBindingEvent ev)
valueBound in interface javax.servlet.http.HttpSessionBindingListenerpublic void valueUnbound(javax.servlet.http.HttpSessionBindingEvent ev)
valueUnbound in interface javax.servlet.http.HttpSessionBindingListener