net.sf.sail.webapp.spring.impl
Class CustomContextLoaderListener

java.lang.Object
  extended by org.springframework.web.context.ContextLoaderListener
      extended by net.sf.sail.webapp.spring.impl.CustomContextLoaderListener
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

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

Custom implementation for creating and returning our CustomContextLoader.

Version:
$Id$
Author:
Cynick Young

Constructor Summary
CustomContextLoaderListener()
           
 
Method Summary
protected  org.springframework.web.context.ContextLoader createContextLoader()
           
 
Methods inherited from class org.springframework.web.context.ContextLoaderListener
contextDestroyed, contextInitialized, getContextLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomContextLoaderListener

public CustomContextLoaderListener()
Method Detail

createContextLoader

protected org.springframework.web.context.ContextLoader createContextLoader()
Overrides:
createContextLoader in class org.springframework.web.context.ContextLoaderListener
See Also:
ContextLoaderListener.createContextLoader()


Copyright © 2012. All Rights Reserved.