Uses of Class
org.springframework.web.context.support.GenericWebApplicationContext
Packages that use GenericWebApplicationContext
Package
Description
Web support classes for the Spring TestContext Framework.
- 
Uses of GenericWebApplicationContext in org.springframework.test.context.webMethods in org.springframework.test.context.web that return GenericWebApplicationContextModifier and TypeMethodDescriptionprotected GenericWebApplicationContextAbstractGenericWebContextLoader.createContext()Factory method for creating theGenericWebApplicationContextused by thisContextLoader.AbstractGenericWebContextLoader.loadContextForAotProcessing(MergedContextConfiguration mergedConfig) Load aGenericWebApplicationContextfor AOT build-time processing based on the suppliedMergedContextConfiguration.AbstractGenericWebContextLoader.loadContextForAotRuntime(MergedContextConfiguration mergedConfig, ApplicationContextInitializer<ConfigurableApplicationContext> initializer) Load aGenericWebApplicationContextfor AOT run-time execution based on the suppliedMergedContextConfigurationandApplicationContextInitializer.Methods in org.springframework.test.context.web with parameters of type GenericWebApplicationContextModifier and TypeMethodDescriptionprotected voidAbstractGenericWebContextLoader.configureWebResources(GenericWebApplicationContext context, WebMergedContextConfiguration webMergedConfig) Configures web resources for the supplied web application context (WAC).protected voidAbstractGenericWebContextLoader.customizeContext(GenericWebApplicationContext context, WebMergedContextConfiguration webMergedConfig) Customize theGenericWebApplicationContextcreated by this context loader after bean definitions have been loaded into the context but before the context is refreshed.protected abstract voidAbstractGenericWebContextLoader.loadBeanDefinitions(GenericWebApplicationContext context, WebMergedContextConfiguration webMergedConfig) Load bean definitions into the suppliedcontextfrom the locations or classes in the suppliedWebMergedContextConfiguration.protected voidAnnotationConfigWebContextLoader.loadBeanDefinitions(GenericWebApplicationContext context, WebMergedContextConfiguration webMergedConfig) Register classes in the supplied context from the classes in the suppliedWebMergedContextConfiguration.protected voidGenericGroovyXmlWebContextLoader.loadBeanDefinitions(GenericWebApplicationContext context, WebMergedContextConfiguration webMergedConfig) Load bean definitions into the suppliedcontextfrom the locations in the suppliedWebMergedContextConfigurationusing aGroovyBeanDefinitionReader.protected voidGenericXmlWebContextLoader.loadBeanDefinitions(GenericWebApplicationContext context, WebMergedContextConfiguration webMergedConfig) Load bean definitions into the suppliedcontextfrom the locations in the suppliedWebMergedContextConfiguration, using anXmlBeanDefinitionReader.