public class HttpSessionAttributeListenerManager extends AbstractListenerManager<javax.servlet.http.HttpSessionAttributeListener> implements javax.servlet.http.HttpSessionAttributeListener
ProxyListener implements the Servlet API 2.4 listener
interfaces forwarding any event calls to registered OSGi services
implementing the respective Servlet API 2.4 listener interface.| Constructor and Description |
|---|
HttpSessionAttributeListenerManager(org.osgi.framework.BundleContext context) |
| 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) |
addingService, getContextListeners, modifiedService, removedServicepublic HttpSessionAttributeListenerManager(org.osgi.framework.BundleContext context)
public void attributeAdded(javax.servlet.http.HttpSessionBindingEvent se)
attributeAdded in interface javax.servlet.http.HttpSessionAttributeListenerpublic void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent se)
attributeRemoved in interface javax.servlet.http.HttpSessionAttributeListenerpublic void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent se)
attributeReplaced in interface javax.servlet.http.HttpSessionAttributeListenerCopyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.