public class SpringSessionTrackerListener extends Object implements javax.servlet.http.HttpSessionListener
SessionTracker
s from the Spring
web application context and forwards the information about created or
destroyed sessions to them.Modifier and Type | Field and Description |
---|---|
static String |
BEAN_NAME_TRACKERS_LIST
Name of the bean that may contain a collection of
SessionTracker
s. |
Constructor and Description |
---|
SpringSessionTrackerListener() |
Modifier and Type | Method and Description |
---|---|
protected Iterable<SessionTracker> |
getSessionTrackers(javax.servlet.http.HttpSession session)
Get the available session trackers.
|
void |
sessionCreated(javax.servlet.http.HttpSessionEvent se) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent se) |
public static final String BEAN_NAME_TRACKERS_LIST
SessionTracker
s.public void sessionCreated(javax.servlet.http.HttpSessionEvent se)
sessionCreated
in interface javax.servlet.http.HttpSessionListener
HttpSessionListener.sessionCreated(HttpSessionEvent)
protected Iterable<SessionTracker> getSessionTrackers(javax.servlet.http.HttpSession session)
session
- the HTTP sessionpublic void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
sessionDestroyed
in interface javax.servlet.http.HttpSessionListener
HttpSessionListener.sessionDestroyed(HttpSessionEvent)
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a