Class webDelegatingSmartContextLoader

java.lang.Object
org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
org.springframework.test.context.web.webDelegatingSmartContextLoader
All Implemented Interfaces:
AotContextLoader, ContextLoader, SmartContextLoader

public class webDelegatingSmartContextLoader extends 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.
Since:
3.2
Author:
Sam Brannen
See Also: