| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanDefinitionReader | |
|---|---|
| org.springframework.beans.factory.support | Classes supporting the org.springframework.beans.factorypackage. | 
| org.springframework.beans.factory.xml | Contains an abstract XML-based BeanFactoryimplementation,
including a standard "spring-beans" DTD. | 
| org.springframework.test | Superclasses for tests requiring Spring application contexts, including support for transactional execution of test cases, with automatic rollback on completion. | 
| org.springframework.test.context.support | Support classes for the Spring TestContext Framework. | 
| Uses of BeanDefinitionReader in org.springframework.beans.factory.support | 
|---|
| Classes in org.springframework.beans.factory.support that implement BeanDefinitionReader | |
|---|---|
|  class | AbstractBeanDefinitionReaderAbstract base class for bean definition readers which implement the BeanDefinitionReaderinterface. | 
|  class | PropertiesBeanDefinitionReaderBean 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 | XmlBeanDefinitionReaderBean 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. | 
| Uses of BeanDefinitionReader in org.springframework.test | 
|---|
| Methods in org.springframework.test that return BeanDefinitionReader | |
|---|---|
| protected  BeanDefinitionReader | AbstractSingleSpringContextTests.createBeanDefinitionReader(GenericApplicationContext context)Factory method for creating new BeanDefinitionReaders for
 loading bean definitions into the suppliedcontext. | 
| Uses of BeanDefinitionReader in org.springframework.test.context.support | 
|---|
| Methods in org.springframework.test.context.support that return BeanDefinitionReader | |
|---|---|
| protected  BeanDefinitionReader | GenericPropertiesContextLoader.createBeanDefinitionReader(GenericApplicationContext context)Creates a new PropertiesBeanDefinitionReader. | 
| protected abstract  BeanDefinitionReader | AbstractGenericContextLoader.createBeanDefinitionReader(GenericApplicationContext context)Factory method for creating new BeanDefinitionReaders for
 loading bean definitions into the suppliedcontext. | 
| protected  BeanDefinitionReader | GenericXmlContextLoader.createBeanDefinitionReader(GenericApplicationContext context)Creates a new XmlBeanDefinitionReader. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||