Uses of Interface
org.springframework.web.WebApplicationInitializer
Packages that use WebApplicationInitializer Package Description org.springframework.web.context Contains a variant of the application context interface for web applications, and the ContextLoaderListener that bootstraps a root web application context.org.springframework.web.server.adapter Implementations to adapt to the underlyingorg.springframework.http.client.reactivereactive HTTP adapter andHttpHandler.org.springframework.web.servlet.support Support classes for Spring's web MVC framework.Uses of WebApplicationInitializer in org.springframework.web.context
Classes in org.springframework.web.context that implement WebApplicationInitializer Modifier and Type Class Description classAbstractContextLoaderInitializerConvenient base class forWebApplicationInitializerimplementations that register aContextLoaderListenerin the servlet context.Uses of WebApplicationInitializer in org.springframework.web.server.adapter
Classes in org.springframework.web.server.adapter that implement WebApplicationInitializer Modifier and Type Class Description classAbstractReactiveWebInitializerBase class for aWebApplicationInitializerthat installs a Spring Reactive Web Application on a Servlet container.Uses of WebApplicationInitializer in org.springframework.web.servlet.support
Classes in org.springframework.web.servlet.support that implement WebApplicationInitializer Modifier and Type Class Description classAbstractAnnotationConfigDispatcherServletInitializerWebApplicationInitializerto register aDispatcherServletand use Java-based Spring configuration.classAbstractDispatcherServletInitializerBase class forWebApplicationInitializerimplementations that register aDispatcherServletin the servlet context.