com.atlassian.confluence.setup
Class ConfluenceBootstrappedContextLoaderListener

java.lang.Object
  extended by org.springframework.web.context.ContextLoaderListener
      extended by com.atlassian.spring.container.ContainerContextLoaderListener
          extended by com.atlassian.config.bootstrap.BootstrappedContextLoaderListener
              extended by com.atlassian.confluence.setup.ConfluenceBootstrappedContextLoaderListener
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class ConfluenceBootstrappedContextLoaderListener
extends com.atlassian.config.bootstrap.BootstrappedContextLoaderListener

Adds (relatively) user friendly error handling if the main spring context cannot be initialized. TODO move into atlassian-config


Constructor Summary
ConfluenceBootstrappedContextLoaderListener()
           
 
Method Summary
 void contextInitialized(javax.servlet.ServletContextEvent event)
           
 
Methods inherited from class com.atlassian.config.bootstrap.BootstrappedContextLoaderListener
canInitialiseContainer, createContextLoader, getNewSpringContainerContext
 
Methods inherited from class com.atlassian.spring.container.ContainerContextLoaderListener
postInitialiseContext
 
Methods inherited from class org.springframework.web.context.ContextLoaderListener
contextDestroyed, getContextLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.ServletContextListener
contextDestroyed
 

Constructor Detail

ConfluenceBootstrappedContextLoaderListener

public ConfluenceBootstrappedContextLoaderListener()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent event)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
Overrides:
contextInitialized in class com.atlassian.spring.container.ContainerContextLoaderListener


Copyright © 2003-2013 Atlassian. All Rights Reserved.