Uses of Interface
org.springframework.web.WebApplicationInitializer
Packages that use WebApplicationInitializer
Package
Description
Contains a variant of the application context interface for web applications,
and the ContextLoaderListener that bootstraps a root web application context.
Implementations to adapt to the underlying
org.springframework.http.client.reactive reactive HTTP adapter
and HttpHandler.Support classes for Spring's web MVC framework.
-
Uses of WebApplicationInitializer in org.springframework.web.context
Classes in org.springframework.web.context that implement WebApplicationInitializerModifier and TypeClassDescriptionclassConvenient 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 WebApplicationInitializerModifier and TypeClassDescriptionclassBase 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 WebApplicationInitializerModifier and TypeClassDescriptionclassWebApplicationInitializerto register aDispatcherServletand use Java-based Spring configuration.classBase class forWebApplicationInitializerimplementations that register aDispatcherServletin the servlet context.