Uses of Interface
org.springframework.beans.factory.support.BeanDefinitionReader

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. 
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 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.
 

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 supplied context.
 

Uses of BeanDefinitionReader in org.springframework.test.context.support
 

Methods in org.springframework.test.context.support that return BeanDefinitionReader
protected abstract  BeanDefinitionReader AbstractGenericContextLoader.createBeanDefinitionReader(GenericApplicationContext context)
          Factory method for creating new BeanDefinitionReaders for loading bean definitions into the supplied context.
protected  BeanDefinitionReader GenericXmlContextLoader.createBeanDefinitionReader(GenericApplicationContext context)
           Creates a new XmlBeanDefinitionReader.
protected  BeanDefinitionReader GenericPropertiesContextLoader.createBeanDefinitionReader(GenericApplicationContext context)
           Creates a new PropertiesBeanDefinitionReader.
 



Copyright © 2002-2008 The Spring Framework.