@ -59,14 +60,20 @@ public class DelegatingSmartContextLoader implements SmartContextLoader {
@@ -59,14 +60,20 @@ public class DelegatingSmartContextLoader implements SmartContextLoader {
@ -74,42 +81,43 @@ public class DelegatingSmartContextLoader implements SmartContextLoader {
@@ -74,42 +81,43 @@ public class DelegatingSmartContextLoader implements SmartContextLoader {
loader.getClass().getName(),configAttributes));
}
// TODO Implement processContextConfiguration().
//
// If the original locations and classes are not empty, there's no
// If the original locations and classes were not empty, there's no
// need to bother with default generation checks; just let each
Assert.notNull(mergedConfig,"mergedConfig must not be null");
for(SmartContextLoaderloader:candidates){
if(loader.supports(mergedConfig)){
returntrue;
}
}
returnfalse;
}
@ -117,6 +125,7 @@ public class DelegatingSmartContextLoader implements SmartContextLoader {
@@ -117,6 +125,7 @@ public class DelegatingSmartContextLoader implements SmartContextLoader {