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 voidContextLoader.configureAndRefreshWebApplicationContext(ConfigurableWebApplicationContext wac, ServletContext sc) protected voidContextLoader.customizeContext(ServletContext sc, ConfigurableWebApplicationContext wac) Customize theConfigurableWebApplicationContextcreated 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 TypeClassDescriptionclassAbstractRefreshableApplicationContextsubclass which implements theConfigurableWebApplicationContextinterface for web environments.classWebApplicationContextimplementation which accepts component classes as input — in particular@Configurationclasses, but also plain@Componentclasses as well as JSR-330 compliant classes usingjakarta.injectannotations.classSubclass ofGenericApplicationContext, suitable for web environments.classWebApplicationContextimplementation which takes its configuration from Groovy bean definition scripts and/or XML files, as understood by aGroovyBeanDefinitionReader.classStaticWebApplicationContextimplementation for testing.classWebApplicationContextimplementation which takes its configuration from XML documents, understood by anXmlBeanDefinitionReader.