Class DelegatingSmartContextLoader
java.lang.Object
org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
org.springframework.test.context.support.DelegatingSmartContextLoader
- All Implemented Interfaces:
 AotContextLoader,ContextLoader,SmartContextLoader
DelegatingSmartContextLoader is a concrete implementation of
 AbstractDelegatingSmartContextLoader that delegates to a
 GenericXmlContextLoader (or a GenericGroovyXmlContextLoader if Groovy
 is present in the classpath) and an AnnotationConfigContextLoader.- Since:
 - 3.1
 - Author:
 - Sam Brannen
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected SmartContextLoaderGet the delegateSmartContextLoaderthat supports annotated classes.protected SmartContextLoaderGet the delegateSmartContextLoaderthat supports XML configuration files and/or Groovy scripts.Methods inherited from class org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
loadContext, loadContextForAotProcessing, loadContextForAotProcessing, loadContextForAotRuntime, processContextConfigurationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.test.context.SmartContextLoader
loadContext, processLocations 
- 
Constructor Details
- 
DelegatingSmartContextLoader
public DelegatingSmartContextLoader() 
 - 
 - 
Method Details
- 
getXmlLoader
Description copied from class:AbstractDelegatingSmartContextLoaderGet the delegateSmartContextLoaderthat supports XML configuration files and/or Groovy scripts.- Specified by:
 getXmlLoaderin classAbstractDelegatingSmartContextLoader
 - 
getAnnotationConfigLoader
Description copied from class:AbstractDelegatingSmartContextLoaderGet the delegateSmartContextLoaderthat supports annotated classes.- Specified by:
 getAnnotationConfigLoaderin classAbstractDelegatingSmartContextLoader
 
 -