Uses of Class
org.springframework.test.context.web.AbstractGenericWebContextLoader
Packages that use AbstractGenericWebContextLoader Package Description org.springframework.test.context.web Web support classes for the Spring TestContext Framework.Uses of AbstractGenericWebContextLoader in org.springframework.test.context.web
Subclasses of AbstractGenericWebContextLoader in org.springframework.test.context.web Modifier and Type Class Description classAnnotationConfigWebContextLoaderConcrete implementation ofAbstractGenericWebContextLoaderthat loads bean definitions from annotated classes.classGenericGroovyXmlWebContextLoaderConcrete implementation ofAbstractGenericWebContextLoaderthat loads bean definitions from Groovy scripts and XML configuration files.classGenericXmlWebContextLoaderConcrete implementation ofAbstractGenericWebContextLoaderthat loads bean definitions from XML resources.