org.whatsitcalled.spring
Class SpringContextLoadListener

java.lang.Object
  extended by org.springframework.web.context.ContextLoaderListener
      extended by org.whatsitcalled.spring.SpringContextLoadListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

public class SpringContextLoadListener
extends org.springframework.web.context.ContextLoaderListener


Constructor Summary
SpringContextLoadListener()
           
 
Method Summary
 void contextInitialized(javax.servlet.ServletContextEvent event)
          Initialize the root web application context.
 
Methods inherited from class org.springframework.web.context.ContextLoaderListener
contextDestroyed, createContextLoader, getContextLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringContextLoadListener

public SpringContextLoadListener()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent event)
Initialize the root web application context.

Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
Overrides:
contextInitialized in class org.springframework.web.context.ContextLoaderListener


Copyright © 2008 Innobuilt Software LLC. All Rights Reserved.