Package org.springframework.web.context
@NonNullApi
@NonNullFields
package 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.
-
ClassDescriptionConvenient base class for
WebApplicationInitializer
implementations that register aContextLoaderListener
in the servlet context.Interface to be implemented by configurable web application contexts.Specialization ofConfigurableEnvironment
allowing initialization of servlet-relatedPropertySource
objects at the earliest moment that theServletContext
and (optionally)ServletConfig
become available.Web application listener that cleans up remaining disposable attributes in the ServletContext, i.e.Performs the actual initialization work for the root application context.Bootstrap listener to start up and shut down Spring's rootWebApplicationContext
.Interface to be implemented by any object that wishes to be notified of theServletConfig
(typically determined by theWebApplicationContext
) that it runs in.Interface to be implemented by any object that wishes to be notified of theServletContext
(typically determined by theWebApplicationContext
) that it runs in.Interface to provide configuration for a web application.