Uses of Class
org.springframework.test.context.web.WebMergedContextConfiguration
Packages that use WebMergedContextConfiguration
Package
Description
Web support classes for the Spring TestContext Framework.
-
Uses of WebMergedContextConfiguration in org.springframework.test.context.web
Methods in org.springframework.test.context.web with parameters of type WebMergedContextConfigurationModifier and TypeMethodDescriptionprotected voidAbstractGenericWebContextLoader.configureWebResources(GenericWebApplicationContext context, WebMergedContextConfiguration webMergedConfig) Configures web resources for the supplied web application context (WAC).protected voidAbstractGenericWebContextLoader.customizeBeanFactory(DefaultListableBeanFactory beanFactory, WebMergedContextConfiguration webMergedConfig) Customize the internal bean factory of theWebApplicationContextcreated by this context loader.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.protected voidAbstractGenericWebContextLoader.validateMergedContextConfiguration(WebMergedContextConfiguration mergedConfig) Validate the suppliedWebMergedContextConfigurationwith respect to what this context loader supports.protected voidAnnotationConfigWebContextLoader.validateMergedContextConfiguration(WebMergedContextConfiguration webMergedConfig) Ensure that the suppliedWebMergedContextConfigurationdoes not containlocations.protected voidGenericXmlWebContextLoader.validateMergedContextConfiguration(WebMergedContextConfiguration webMergedConfig) Ensure that the suppliedWebMergedContextConfigurationdoes not containclasses.