public class DebugSessionListener extends java.lang.Object implements HttpSessionListener, HttpSessionAttributeListener
Constructor and Description |
---|
DebugSessionListener() |
Modifier and Type | Method and Description |
---|---|
void |
attributeAdded(HttpSessionBindingEvent event) |
void |
attributeRemoved(HttpSessionBindingEvent event) |
void |
attributeReplaced(HttpSessionBindingEvent event) |
void |
sessionCreated(HttpSessionEvent event) |
void |
sessionDestroyed(HttpSessionEvent event) |
public DebugSessionListener()
public void sessionCreated(HttpSessionEvent event)
sessionCreated
in interface HttpSessionListener
public void sessionDestroyed(HttpSessionEvent event)
sessionDestroyed
in interface HttpSessionListener
public void attributeAdded(HttpSessionBindingEvent event)
attributeAdded
in interface HttpSessionAttributeListener
public void attributeRemoved(HttpSessionBindingEvent event)
attributeRemoved
in interface HttpSessionAttributeListener
public void attributeReplaced(HttpSessionBindingEvent event)
attributeReplaced
in interface HttpSessionAttributeListener