|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Methods | |
void prepareContext(GenericApplicationContext, |
Prepare the GenericApplicationContext created by this {@code SmartContextLoader} before bean definitions are read. |
Changed Methods | ||
BeanDefinitionReader createBeanDefinitionReader(GenericApplicationContext ) |
Documentation changed from old to new. |
Factory method for creating a new BeanDefinitionReader for loading bean definitions into the supplied context. |
void customizeBeanFactory(DefaultListableBeanFactory ) |
Documentation changed from old to new. |
Customize the internal bean factory of the ApplicationContext created by
this ContextLoader . |
void customizeContext(GenericApplicationContext ) |
Documentation changed from old to new. |
Customize the GenericApplicationContext created by this
ContextLoader after bean definitions have been
loaded into the context but before the context is refreshed. |
void loadBeanDefinitions(GenericApplicationContext, |
Documentation changed from old to new. |
Load bean definitions into the supplied context
from the locations or classes in the supplied MergedContextConfiguration . |
ConfigurableApplicationContext loadContext(String[] ) |
Documentation changed from old to new. |
Load a Spring ApplicationContext from the supplied locations . |
ConfigurableApplicationContext loadContext(MergedContextConfiguration ) |
Documentation changed from old to new. |
Load a Spring ApplicationContext from the supplied MergedContextConfiguration. |
void prepareContext(GenericApplicationContext ) |
Documentation changed from old to new. |
Prepare the GenericApplicationContext created by this ContextLoader . |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |