|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanDefinitionReader | |
---|---|
org.springframework.beans.factory.support | Classes supporting the org.springframework.beans.factory package. |
org.springframework.beans.factory.xml | Contains an abstract XML-based BeanFactory implementation,
including a standard "spring-beans" DTD. |
Uses of BeanDefinitionReader in org.springframework.beans.factory.support |
---|
Classes in org.springframework.beans.factory.support that implement BeanDefinitionReader | |
---|---|
class |
AbstractBeanDefinitionReader
Abstract base class for bean definition readers which implement the BeanDefinitionReader interface. |
class |
PropertiesBeanDefinitionReader
Bean definition reader for a simple properties format. |
Uses of BeanDefinitionReader in org.springframework.beans.factory.xml |
---|
Classes in org.springframework.beans.factory.xml that implement BeanDefinitionReader | |
---|---|
class |
XmlBeanDefinitionReader
Bean definition reader for XML bean definitions. |
Methods in org.springframework.beans.factory.xml with parameters of type BeanDefinitionReader | |
---|---|
int |
XmlBeanDefinitionParser.registerBeanDefinitions(BeanDefinitionReader reader,
Document doc,
Resource resource)
Deprecated. Parse bean definitions from the given DOM document, and register them with the given bean factory. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |