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.reactive
reactive 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 class
AbstractContextLoaderInitializer
Convenient base class forWebApplicationInitializer
implementations that register aContextLoaderListener
in 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 class
AbstractReactiveWebInitializer
Base class for aWebApplicationInitializer
that 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 class
AbstractAnnotationConfigDispatcherServletInitializer
WebApplicationInitializer
to register aDispatcherServlet
and use Java-based Spring configuration.class
AbstractDispatcherServletInitializer
Base class forWebApplicationInitializer
implementations that register aDispatcherServlet
in the servlet context.