Class ServletContextHolder


  • public class ServletContextHolder
    extends Object
    • Method Detail

      • set

        public static void set​(@NotNull
                               @NotNull javax.servlet.ServletContext servletContext)
      • get

        @NotNull
        public static @NotNull javax.servlet.ServletContext get()
      • getWebApplicationContext

        @Nullable
        public static @Nullable org.springframework.web.context.WebApplicationContext getWebApplicationContext()