Uses of Interface
org.springframework.web.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
Modifier and TypeClassDescriptionclass
Convenient base class forWebApplicationInitializer
implementations that register aContextLoaderListener
in the servlet context. -
Uses of WebApplicationInitializer in org.springframework.web.server.adapter
Modifier and TypeClassDescriptionclass
Base class for aWebApplicationInitializer
that installs a Spring Reactive Web Application on a Servlet container. -
Uses of WebApplicationInitializer in org.springframework.web.servlet.support
Modifier and TypeClassDescriptionclass
WebApplicationInitializer
to register aDispatcherServlet
and use Java-based Spring configuration.class
Base class forWebApplicationInitializer
implementations that register aDispatcherServlet
in the servlet context.