|
Generated by JDiff |
||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | DETAIL: REMOVED | ADDED | CHANGED |
Removed Classes | |
|
TODO [SPR-9864] Document AbstractGenericWebContextLoader. |
|
TODO [SPR-9864] Document AnnotationConfigWebContextLoader. |
|
{@code WebDelegatingSmartContextLoader} is a concrete implementation of AbstractDelegatingSmartContextLoader that delegates to an XmlWebContextLoader and an AnnotationConfigWebContextLoader. |
|
TODO [SPR-9864] Document XmlWebContextLoader. |
Added Classes | |
|
{@code AbstractDelegatingSmartContextLoader} serves as an abstract base class for implementations of the SmartContextLoader SPI that delegate to a set of candidate SmartContextLoaders (i.e., one that supports XML configuration files and one that supports annotated classes) to determine which context loader is appropriate for a given test class's configuration. |
|
Utility methods for SmartContextLoaders that deal with annotated classes (e.g., @Configuration classes). |
Changed Classes | |
|
Abstract, generic extension of AbstractContextLoader that loads a GenericApplicationContext. |
|
Concrete implementation of AbstractGenericContextLoader that loads bean definitions from annotated classes. |
|
|||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |