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

Packages that use BeanDefinitionRegistry
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 BeanDefinitionRegistry in org.springframework.beans.factory.support
 

Classes in org.springframework.beans.factory.support that implement BeanDefinitionRegistry
 class DefaultListableBeanFactory
          Concrete implementation of ListableBeanFactory.
 

Methods in org.springframework.beans.factory.support that return BeanDefinitionRegistry
 BeanDefinitionRegistry AbstractBeanDefinitionReader.getBeanFactory()
          Return the BeanFactory that this reader works on.
 

Constructors in org.springframework.beans.factory.support with parameters of type BeanDefinitionRegistry
PropertiesBeanDefinitionReader(BeanDefinitionRegistry beanFactory)
          Create new PropertiesBeanDefinitionReader for the given bean factory.
AbstractBeanDefinitionReader(BeanDefinitionRegistry beanFactory)
           
 

Uses of BeanDefinitionRegistry in org.springframework.beans.factory.xml
 

Classes in org.springframework.beans.factory.xml that implement BeanDefinitionRegistry
 class XmlBeanFactory
          Convenience extension of DefaultListableBeanFactory that reads bean definitions from an XML document.
 

Methods in org.springframework.beans.factory.xml that return BeanDefinitionRegistry
protected  BeanDefinitionRegistry DefaultXmlBeanDefinitionParser.getBeanFactory()
           
 

Methods in org.springframework.beans.factory.xml with parameters of type BeanDefinitionRegistry
 void XmlBeanDefinitionParser.registerBeanDefinitions(BeanDefinitionRegistry beanFactory, java.lang.ClassLoader beanClassLoader, org.w3c.dom.Document doc, Resource resource)
          Parse bean definitions from the given DOM document, and register them with the given bean factory.
 void DefaultXmlBeanDefinitionParser.registerBeanDefinitions(BeanDefinitionRegistry beanFactory, java.lang.ClassLoader beanClassLoader, org.w3c.dom.Document doc, Resource resource)
           
 

Constructors in org.springframework.beans.factory.xml with parameters of type BeanDefinitionRegistry
XmlBeanDefinitionReader(BeanDefinitionRegistry beanFactory)
          Create new XmlBeanDefinitionReader for the given bean factory.
 



Copyright (C) 2003-2004 The Spring Framework Project.