Class SpringContextLoader


  • public class SpringContextLoader
    extends org.springframework.web.context.ContextLoader
    • 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 Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void configureAndRefreshWebApplicationContext​(org.springframework.web.context.ConfigurableWebApplicationContext wac, javax.servlet.ServletContext sc)  
      static void destroyContext()  
      static void loadContext​(javax.servlet.ServletContext servletContext)  
      • Methods inherited from class org.springframework.web.context.ContextLoader

        closeWebApplicationContext, createWebApplicationContext, customizeContext, determineContextClass, determineContextInitializerClasses, getCurrentWebApplicationContext, initWebApplicationContext, loadParentContext, setContextInitializers
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • loadContext

        public static void loadContext​(javax.servlet.ServletContext servletContext)
      • destroyContext

        public static void destroyContext()
      • configureAndRefreshWebApplicationContext

        protected void configureAndRefreshWebApplicationContext​(org.springframework.web.context.ConfigurableWebApplicationContext wac,
                                                                javax.servlet.ServletContext sc)
        Overrides:
        configureAndRefreshWebApplicationContext in class org.springframework.web.context.ContextLoader