org.apache.felix.http.base.internal
Class EventDispatcher
java.lang.Object
org.apache.felix.http.base.internal.EventDispatcher
- All Implemented Interfaces:
- EventListener, javax.servlet.http.HttpSessionAttributeListener, javax.servlet.http.HttpSessionListener
public class EventDispatcher
- extends Object
- implements javax.servlet.http.HttpSessionAttributeListener, javax.servlet.http.HttpSessionListener
The 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sessionCreated
public void sessionCreated(javax.servlet.http.HttpSessionEvent se)
- Specified by:
sessionCreated
in interface javax.servlet.http.HttpSessionListener
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
- Specified by:
sessionDestroyed
in interface javax.servlet.http.HttpSessionListener
attributeAdded
public void attributeAdded(HttpSessionBindingEvent se)
- Specified by:
attributeAdded
in interface javax.servlet.http.HttpSessionAttributeListener
attributeRemoved
public void attributeRemoved(HttpSessionBindingEvent se)
- Specified by:
attributeRemoved
in interface javax.servlet.http.HttpSessionAttributeListener
attributeReplaced
public void attributeReplaced(HttpSessionBindingEvent se)
- Specified by:
attributeReplaced
in interface javax.servlet.http.HttpSessionAttributeListener
Copyright © 2011 Apache Software Foundation. All Rights Reserved.