org.jboss.portal.core.impl.api.event
Class ServletEventBridge
java.lang.Object
org.jboss.portal.core.impl.api.event.ServletEventBridge
public class ServletEventBridge
- extends java.lang.Object
Bridge servlet event to portal events.
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletEventBridge
public ServletEventBridge()
contextInitialized
public void contextInitialized(ServletContextEvent event)
contextDestroyed
public void contextDestroyed(ServletContextEvent event)
sessionCreated
public void sessionCreated(HttpSessionEvent event)
sessionDestroyed
public void sessionDestroyed(HttpSessionEvent event)
attributeAdded
public void attributeAdded(HttpSessionBindingEvent event)
attributeRemoved
public void attributeRemoved(HttpSessionBindingEvent event)
attributeReplaced
public void attributeReplaced(HttpSessionBindingEvent event)