org.apache.servicemix.console
Class ContextLoaderListener

java.lang.Object
  extended by org.apache.servicemix.console.ContextLoaderListener
All Implemented Interfaces:
EventListener, ServletContextListener

public class ContextLoaderListener
extends Object
implements ServletContextListener


Constructor Summary
ContextLoaderListener()
           
 
Method Summary
 void contextDestroyed(ServletContextEvent context)
           
 void contextInitialized(ServletContextEvent context)
           
static ServletContext getServletContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextLoaderListener

public ContextLoaderListener()
Method Detail

getServletContext

public static ServletContext getServletContext()

contextInitialized

public void contextInitialized(ServletContextEvent context)
Specified by:
contextInitialized in interface ServletContextListener

contextDestroyed

public void contextDestroyed(ServletContextEvent context)
Specified by:
contextDestroyed in interface ServletContextListener


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.