Class BambooContextLoaderListener

java.lang.Object
org.springframework.web.context.ContextLoader
org.springframework.web.context.ContextLoaderListener
com.atlassian.spring.container.ContainerContextLoaderListener
com.atlassian.config.internal.bootstrap.BootstrappedContextLoaderListener
com.atlassian.bamboo.ww2.actions.setup.BambooContextLoaderListener
All Implemented Interfaces:
jakarta.servlet.ServletContextListener, EventListener

public class BambooContextLoaderListener extends com.atlassian.config.internal.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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.springframework.context.ApplicationContext
    loadParentContext(jakarta.servlet.ServletContext servletContext)
     
    protected void
    postInitialiseContext(jakarta.servlet.ServletContextEvent event)
     

    Methods inherited from class com.atlassian.config.internal.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 class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface jakarta.servlet.ServletContextListener

    contextDestroyed, contextInitialized
  • Constructor Details

    • BambooContextLoaderListener

      public BambooContextLoaderListener()
  • Method Details

    • postInitialiseContext

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

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