spring-framework / org.springframework.test.context.web / WebDelegatingSmartContextLoader

WebDelegatingSmartContextLoader

open class WebDelegatingSmartContextLoader : AbstractDelegatingSmartContextLoader

WebDelegatingSmartContextLoader is a concrete implementation of AbstractDelegatingSmartContextLoader that delegates to a GenericXmlWebContextLoader (or a GenericGroovyXmlWebContextLoader if Groovy is present on the classpath) and an AnnotationConfigWebContextLoader.

Author
Sam Brannen

Since
3.2

See Also
SmartContextLoaderAbstractDelegatingSmartContextLoaderGenericXmlWebContextLoaderAnnotationConfigWebContextLoader

Constructors

<init>

WebDelegatingSmartContextLoader()