public class SessionEventHttpSessionListenerAdapter
extends java.lang.Object
SessionDestroyedEvent
and SessionCreatedEvent
and translates
them into HttpSessionEvent
and submits the HttpSessionEvent
to every
registered HttpSessionListener
.Constructor and Description |
---|
SessionEventHttpSessionListenerAdapter(java.util.List<HttpSessionListener> listeners) |
Modifier and Type | Method and Description |
---|---|
void |
onApplicationEvent(AbstractSessionEvent event) |
void |
setServletContext(ServletContext servletContext) |
public SessionEventHttpSessionListenerAdapter(java.util.List<HttpSessionListener> listeners)
public void onApplicationEvent(AbstractSessionEvent event)
public void setServletContext(ServletContext servletContext)