Uses of Interface
org.springframework.web.context.ConfigurableWebApplicationContext
Package
Description
Contains a variant of the application context interface for web applications,
and the ContextLoaderListener that bootstraps a root web application context.
Classes supporting the
org.springframework.web.context
package,
such as WebApplicationContext implementations and various utility classes.Provides servlets that integrate with the application context
infrastructure, and the core interfaces and classes for the
Spring web MVC framework.
-
Uses of ConfigurableWebApplicationContext in org.springframework.web.context
Modifier and TypeMethodDescriptionprotected void
ContextLoader.configureAndRefreshWebApplicationContext
(ConfigurableWebApplicationContext wac, ServletContext sc) protected void
ContextLoader.customizeContext
(ServletContext sc, ConfigurableWebApplicationContext wac) Customize theConfigurableWebApplicationContext
created by this ContextLoader after config locations have been supplied to the context but before the context is refreshed. -
Uses of ConfigurableWebApplicationContext in org.springframework.web.context.support
Modifier and TypeClassDescriptionclass
AbstractRefreshableApplicationContext
subclass which implements theConfigurableWebApplicationContext
interface for web environments.class
WebApplicationContext
implementation which accepts component classes as input — in particular@Configuration
classes, but also plain@Component
classes as well as JSR-330 compliant classes usingjakarta.inject
annotations.class
Subclass ofGenericApplicationContext
, suitable for web environments.class
WebApplicationContext
implementation which takes its configuration from Groovy bean definition scripts and/or XML files, as understood by aGroovyBeanDefinitionReader
.class
StaticWebApplicationContext
implementation for testing.class
WebApplicationContext
implementation which takes its configuration from XML documents, understood by anXmlBeanDefinitionReader
. -
Uses of ConfigurableWebApplicationContext in org.springframework.web.servlet
Modifier and TypeMethodDescriptionprotected void
FrameworkServlet.configureAndRefreshWebApplicationContext
(ConfigurableWebApplicationContext wac) protected void
FrameworkServlet.postProcessWebApplicationContext
(ConfigurableWebApplicationContext wac) Post-process the given WebApplicationContext before it is refreshed and activated as context for this servlet.