Typically applied to a {@link org.springframework.beans.factory.support.DefaultListableBeanFactory}or a {@link org.springframework.context.support.GenericApplicationContext}.
This class loads a DOM document and applies the BeanDefinitionDocumentReader to it. The document reader will register each bean definition with the given bean factory, talking to the latter's implementation of the {@link org.springframework.beans.factory.support.BeanDefinitionRegistry} interface. @author Juergen Hoeller @author Rob Harrop @author Chris Beams @since 26.11.2003 @see #setDocumentReaderClass @see BeanDefinitionDocumentReader @see DefaultBeanDefinitionDocumentReader @see BeanDefinitionRegistry @see org.springframework.beans.factory.support.DefaultListableBeanFactory @see org.springframework.context.support.GenericApplicationContext
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|