Uses of Class
org.springframework.test.context.web.WebMergedContextConfiguration
Package
Description
Web support classes for the Spring TestContext Framework.
-
Uses of WebMergedContextConfiguration in org.springframework.test.context.web
Modifier and TypeMethodDescriptionprotected void
AbstractGenericWebContextLoader.configureWebResources
(GenericWebApplicationContext context, WebMergedContextConfiguration webMergedConfig) Configures web resources for the supplied web application context (WAC).protected void
AbstractGenericWebContextLoader.customizeBeanFactory
(DefaultListableBeanFactory beanFactory, WebMergedContextConfiguration webMergedConfig) Customize the internal bean factory of theWebApplicationContext
created by this context loader.protected void
AbstractGenericWebContextLoader.customizeContext
(GenericWebApplicationContext context, WebMergedContextConfiguration webMergedConfig) Customize theGenericWebApplicationContext
created by this context loader after bean definitions have been loaded into the context but before the context is refreshed.protected abstract void
AbstractGenericWebContextLoader.loadBeanDefinitions
(GenericWebApplicationContext context, WebMergedContextConfiguration webMergedConfig) Load bean definitions into the suppliedcontext
from the locations or classes in the suppliedWebMergedContextConfiguration
.protected void
AnnotationConfigWebContextLoader.loadBeanDefinitions
(GenericWebApplicationContext context, WebMergedContextConfiguration webMergedConfig) Register classes in the supplied context from the classes in the suppliedWebMergedContextConfiguration
.protected void
GenericGroovyXmlWebContextLoader.loadBeanDefinitions
(GenericWebApplicationContext context, WebMergedContextConfiguration webMergedConfig) Load bean definitions into the suppliedcontext
from the locations in the suppliedWebMergedContextConfiguration
using aGroovyBeanDefinitionReader
.protected void
GenericXmlWebContextLoader.loadBeanDefinitions
(GenericWebApplicationContext context, WebMergedContextConfiguration webMergedConfig) Load bean definitions into the suppliedcontext
from the locations in the suppliedWebMergedContextConfiguration
, using anXmlBeanDefinitionReader
.protected void
AbstractGenericWebContextLoader.validateMergedContextConfiguration
(WebMergedContextConfiguration mergedConfig) Validate the suppliedWebMergedContextConfiguration
with respect to what this context loader supports.protected void
AnnotationConfigWebContextLoader.validateMergedContextConfiguration
(WebMergedContextConfiguration webMergedConfig) Ensure that the suppliedWebMergedContextConfiguration
does not containlocations
.protected void
GenericXmlWebContextLoader.validateMergedContextConfiguration
(WebMergedContextConfiguration webMergedConfig) Ensure that the suppliedWebMergedContextConfiguration
does not containclasses
.