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
.-
Uses of WebApplicationInitializer in org.springframework.web.context
Classes in org.springframework.web.context that implement WebApplicationInitializerModifier and TypeClassDescriptionclass
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 WebApplicationInitializerModifier and TypeClassDescriptionclass
Base class for aWebApplicationInitializer
that installs a Spring Reactive Web Application on a Servlet container.