Interface ApplicationContextCustomizer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void customizeApplicationContext​(javax.servlet.ServletContext servletContext, org.springframework.web.context.ConfigurableWebApplicationContext applicationContext)
      Allows the instantiated application context to be customized before it is initially refreshed.
    • Method Detail

      • customizeApplicationContext

        void customizeApplicationContext​(javax.servlet.ServletContext servletContext,
                                         org.springframework.web.context.ConfigurableWebApplicationContext applicationContext)
        Allows the instantiated application context to be customized before it is initially refreshed.
        Parameters:
        servletContext -
        applicationContext -