The Spring Framework

Uses of Interface
org.springframework.beans.factory.config.SingletonBeanRegistry

Packages that use SingletonBeanRegistry
org.springframework.beans.factory.config SPI interfaces and configuration-related convenience classes for bean factories. 
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 SingletonBeanRegistry in org.springframework.beans.factory.config
 

Subinterfaces of SingletonBeanRegistry in org.springframework.beans.factory.config
 interface ConfigurableBeanFactory
          Configuration interface to be implemented by most bean factories.
 interface ConfigurableListableBeanFactory
          Configuration interface to be implemented by most listable bean factories.
 

Uses of SingletonBeanRegistry in org.springframework.beans.factory.support
 

Classes in org.springframework.beans.factory.support that implement SingletonBeanRegistry
 class AbstractAutowireCapableBeanFactory
          Abstract BeanFactory superclass that implements default bean creation, with the full capabilities specified by the RootBeanDefinition class.
 class AbstractBeanFactory
          Abstract superclass for BeanFactory implementations, implementing the ConfigurableBeanFactory SPI interface.
 class DefaultListableBeanFactory
          Default implementation of the ListableBeanFactory and BeanDefinitionRegistry interfaces: a full-fledged bean factory based on bean definitions.
 class DefaultSingletonBeanRegistry
          Generic registry for shared bean instances.
 

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

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


The Spring Framework

Copyright © 2002-2006 The Spring Framework.