org.pentaho.platform.web.http.context
Class PentahoCacheContextListener

java.lang.Object
  extended by org.pentaho.platform.web.http.context.PentahoCacheContextListener
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class PentahoCacheContextListener
extends Object
implements javax.servlet.ServletContextListener


Constructor Summary
PentahoCacheContextListener()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent event)
           
 void contextInitialized(javax.servlet.ServletContextEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PentahoCacheContextListener

public PentahoCacheContextListener()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent event)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent event)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener