public class EventDispatcher extends Object implements javax.servlet.http.HttpSessionAttributeListener, javax.servlet.http.HttpSessionListener
EventDispatcher
dispatches events sent from the servlet
container (embedded Jetty or container in which the framework is running
in bridged mode) to any HttpSessionAttributeListener
or
HttpSessionListener
services.Constructor and Description |
---|
EventDispatcher(HttpServiceController controller) |
Modifier and Type | Method and Description |
---|---|
void |
attributeAdded(javax.servlet.http.HttpSessionBindingEvent se) |
void |
attributeRemoved(javax.servlet.http.HttpSessionBindingEvent se) |
void |
attributeReplaced(javax.servlet.http.HttpSessionBindingEvent se) |
void |
sessionCreated(javax.servlet.http.HttpSessionEvent se) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent se) |
public EventDispatcher(HttpServiceController controller)
public void sessionCreated(javax.servlet.http.HttpSessionEvent se)
sessionCreated
in interface javax.servlet.http.HttpSessionListener
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
sessionDestroyed
in interface javax.servlet.http.HttpSessionListener
public void attributeAdded(javax.servlet.http.HttpSessionBindingEvent se)
attributeAdded
in interface javax.servlet.http.HttpSessionAttributeListener
public void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent se)
attributeRemoved
in interface javax.servlet.http.HttpSessionAttributeListener
public void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent se)
attributeReplaced
in interface javax.servlet.http.HttpSessionAttributeListener
Copyright © 2017. All rights reserved.