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

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

public class SolutionContextListener
extends Object
implements javax.servlet.ServletContextListener


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

Constructor Detail

SolutionContextListener

public SolutionContextListener()
Method Detail

contextInitialized

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

showInitializationMessage

public void showInitializationMessage(boolean initOk,
                                      String baseUrl)

contextDestroyed

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