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

java.lang.Object
  extended by org.pentaho.platform.web.http.context.SolutionContextListener

public class SolutionContextListener
extends Object


Constructor Summary
SolutionContextListener()
           
 
Method Summary
 void contextDestroyed(ServletContextEvent event)
           
 void contextInitialized(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(ServletContextEvent event)

showInitializationMessage

public void showInitializationMessage(boolean initOk,
                                      String baseUrl)

contextDestroyed

public void contextDestroyed(ServletContextEvent event)