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.SmartContextLoader, 
AbstractDelegatingSmartContextLoader, 
GenericXmlWebContextLoader, 
AnnotationConfigWebContextLoader| Constructor and Description | 
|---|
WebDelegatingSmartContextLoader()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected SmartContextLoader | 
getAnnotationConfigLoader()
Get the delegate  
SmartContextLoader that supports annotated classes. | 
protected SmartContextLoader | 
getXmlLoader()
Get the delegate  
SmartContextLoader that supports XML configuration
 files and/or Groovy scripts. | 
loadContext, loadContext, processContextConfiguration, processLocationsprotected SmartContextLoader getXmlLoader()
AbstractDelegatingSmartContextLoaderSmartContextLoader that supports XML configuration
 files and/or Groovy scripts.getXmlLoader in class AbstractDelegatingSmartContextLoaderprotected SmartContextLoader getAnnotationConfigLoader()
AbstractDelegatingSmartContextLoaderSmartContextLoader that supports annotated classes.getAnnotationConfigLoader in class AbstractDelegatingSmartContextLoader