The Spring Framework

Uses of Class
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry

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

Subclasses of DefaultSingletonBeanRegistry in org.springframework.beans.factory.support
 class AbstractAutowireCapableBeanFactory
          Abstract bean factory superclass that implements default bean creation, with the full capabilities specified by the RootBeanDefinition class.
 class AbstractBeanFactory
          Abstract base class for BeanFactory implementations, providing the full capabilities of the ConfigurableBeanFactory SPI.
 class DefaultListableBeanFactory
          Default implementation of the ListableBeanFactory and BeanDefinitionRegistry interfaces: a full-fledged bean factory based on bean definition objects.
 

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

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


The Spring Framework

Copyright © 2002-2007 The Spring Framework.