| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.factorypackage. | 
| org.springframework.beans.factory.xml | Contains an abstract XML-based BeanFactoryimplementation,
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 | ConfigurableBeanFactoryConfiguration interface to be implemented by most bean factories. | 
|  interface | ConfigurableListableBeanFactoryConfiguration 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 | AbstractAutowireCapableBeanFactoryAbstract bean factory superclass that implements default bean creation, with the full capabilities specified by the RootBeanDefinitionclass. | 
|  class | AbstractBeanFactoryAbstract base class for BeanFactoryimplementations, providing the full capabilities of theConfigurableBeanFactorySPI. | 
|  class | DefaultListableBeanFactoryDefault implementation of the ListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory
 based on bean definition objects. | 
|  class | DefaultSingletonBeanRegistryGeneric registry for shared bean instances, implementing the SingletonBeanRegistry. | 
|  class | FactoryBeanRegistrySupportSupport base class for singleton registries which need to handle FactoryBeaninstances,
 integrated withDefaultSingletonBeanRegistry's singleton management. | 
| Uses of SingletonBeanRegistry in org.springframework.beans.factory.xml | 
|---|
| Classes in org.springframework.beans.factory.xml that implement SingletonBeanRegistry | |
|---|---|
|  class | XmlBeanFactoryConvenience extension of DefaultListableBeanFactorythat reads bean definitions
 from an XML document. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||