Uses of Interface
org.springframework.web.context.ConfigurableWebApplicationContext
Packages that use 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.-
Uses of ConfigurableWebApplicationContext in org.springframework.web.context
Methods in org.springframework.web.context with parameters of type ConfigurableWebApplicationContextModifier 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
Classes in org.springframework.web.context.support that implement ConfigurableWebApplicationContextModifier 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
.