Class BambooContextLoaderListener

  • All Implemented Interfaces:
    EventListener, javax.servlet.ServletContextListener

    public class BambooContextLoaderListener
    extends com.atlassian.config.bootstrap.BootstrappedContextLoaderListener
    Spring context loader with custom bamboo configurations
    • Field Summary

      • Fields inherited from class org.springframework.web.context.ContextLoader

        CONFIG_LOCATION_PARAM, CONTEXT_CLASS_PARAM, CONTEXT_ID_PARAM, CONTEXT_INITIALIZER_CLASSES_PARAM, GLOBAL_INITIALIZER_CLASSES_PARAM
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.springframework.context.ApplicationContext loadParentContext​(javax.servlet.ServletContext servletContext)  
      protected void postInitialiseContext​(javax.servlet.ServletContextEvent event)  
      • Methods inherited from class com.atlassian.config.bootstrap.BootstrappedContextLoaderListener

        canInitialiseContainer, getNewSpringContainerContext
      • Methods inherited from class com.atlassian.spring.container.ContainerContextLoaderListener

        contextInitialized
      • Methods inherited from class org.springframework.web.context.ContextLoaderListener

        contextDestroyed
      • Methods inherited from class org.springframework.web.context.ContextLoader

        closeWebApplicationContext, configureAndRefreshWebApplicationContext, createWebApplicationContext, customizeContext, determineContextClass, determineContextInitializerClasses, getCurrentWebApplicationContext, initWebApplicationContext, setContextInitializers
      • Methods inherited from interface javax.servlet.ServletContextListener

        contextDestroyed, contextInitialized
    • Constructor Detail

      • BambooContextLoaderListener

        public BambooContextLoaderListener()
    • Method Detail

      • postInitialiseContext

        protected void postInitialiseContext​(javax.servlet.ServletContextEvent event)
        Overrides:
        postInitialiseContext in class com.atlassian.spring.container.ContainerContextLoaderListener
      • loadParentContext

        protected org.springframework.context.ApplicationContext loadParentContext​(javax.servlet.ServletContext servletContext)
                                                                            throws org.springframework.beans.BeansException
        Overrides:
        loadParentContext in class com.atlassian.config.bootstrap.BootstrappedContextLoaderListener
        Throws:
        org.springframework.beans.BeansException