net.sf.saffron.web.servlet
Class WaldenListener

java.lang.Object
  |
  +--net.sf.saffron.web.servlet.WaldenListener

public class WaldenListener
extends Object

WaldenListener responds to servlet events on behalf of a WaldenServlet.

NOTE: This class must not depend upon any non-standard packages (such as javax.transform) because it is loaded when Tomcat starts, not when the servlet is loaded. (This might be a bug in Tomcat 4.0.3, because it worked in 4.0.1. But anyway.)


Constructor Summary
WaldenListener()
           
 
Method Summary
 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

WaldenListener

public WaldenListener()
Method Detail

contextDestroyed

public void contextDestroyed(ServletContextEvent event)

contextInitialized

public void contextInitialized(ServletContextEvent event)

sessionCreated

public void sessionCreated(HttpSessionEvent event)

sessionDestroyed

public void sessionDestroyed(HttpSessionEvent event)

SourceForge.net_Logo