Uses of Class
org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
Packages that use AbstractDelegatingSmartContextLoader Package Description org.springframework.test.context.support Support classes for the Spring TestContext Framework.org.springframework.test.context.web Web support classes for the Spring TestContext Framework.Uses of AbstractDelegatingSmartContextLoader in org.springframework.test.context.support
Subclasses of AbstractDelegatingSmartContextLoader in org.springframework.test.context.support Modifier and Type Class Description classDelegatingSmartContextLoaderDelegatingSmartContextLoaderis a concrete implementation ofAbstractDelegatingSmartContextLoaderthat delegates to aGenericXmlContextLoader(or aGenericGroovyXmlContextLoaderif Groovy is present in the classpath) and anAnnotationConfigContextLoader.Uses of AbstractDelegatingSmartContextLoader in org.springframework.test.context.web
Subclasses of AbstractDelegatingSmartContextLoader in org.springframework.test.context.web Modifier and Type Class Description classWebDelegatingSmartContextLoaderWebDelegatingSmartContextLoaderis a concrete implementation ofAbstractDelegatingSmartContextLoaderthat delegates to aGenericXmlWebContextLoader(or aGenericGroovyXmlWebContextLoaderif Groovy is present on the classpath) and anAnnotationConfigWebContextLoader.