ch.elca.el4j.web.context
Class ModuleContextLoaderListener

java.lang.Object
  extended by org.springframework.web.context.ContextLoader
      extended by org.springframework.web.context.ContextLoaderListener
          extended by ch.elca.el4j.web.context.ModuleContextLoaderListener
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class ModuleContextLoaderListener
extends ContextLoaderListener

Bootstrap listener to start up the root ModuleWebApplicationContext. Simply delegates to ModuleContextLoader.

Author:
Alex Mathey (AMA)
See Also:
ContextLoaderListener, ModuleContextLoader
File-location:
ModuleContextLoaderListener.java $ Sample Configuration in web.xml:
Last check-in date:
2009-08-04 15:22:05 +0200 (Di, 04. Aug 2009) by swismer for revision 3881

Field Summary
 
Fields inherited from class org.springframework.web.context.ContextLoader
CONFIG_LOCATION_PARAM, CONTEXT_CLASS_PARAM, LOCATOR_FACTORY_KEY_PARAM, LOCATOR_FACTORY_SELECTOR_PARAM
 
Constructor Summary
ModuleContextLoaderListener()
           
 
Method Summary
protected  ContextLoader createContextLoader()
          Create the ModuleContextLoader to use.
 
Methods inherited from class org.springframework.web.context.ContextLoaderListener
contextDestroyed, contextInitialized, getContextLoader
 
Methods inherited from class org.springframework.web.context.ContextLoader
closeWebApplicationContext, createWebApplicationContext, customizeContext, determineContextClass, getCurrentWebApplicationContext, initWebApplicationContext, loadParentContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleContextLoaderListener

public ModuleContextLoaderListener()
Method Detail

createContextLoader

protected ContextLoader createContextLoader()
Create the ModuleContextLoader to use.

Overrides:
createContextLoader in class ContextLoaderListener
Returns:
the new ModuleContextLoader


Copyright © 2005-2011 ELCA. All Rights Reserved.