org.jboss.portal.core.impl.api.event
Class ServletEventBridge

java.lang.Object
  extended by 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

Constructor Summary
ServletEventBridge()
           
 
Method Summary
 void attributeAdded(HttpSessionBindingEvent event)
           
 void attributeRemoved(HttpSessionBindingEvent event)
           
 void attributeReplaced(HttpSessionBindingEvent event)
           
 void contextDestroyed(ServletContextEvent event)
           
 void contextInitialized(ServletContextEvent event)
           
 void sessionCreated(HttpSessionEvent event)
           
 void sessionDestroyed(HttpSessionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletEventBridge

public ServletEventBridge()
Method Detail

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)