Uses of Class
org.springframework.core.SimpleAliasRegistry

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

Subclasses of SimpleAliasRegistry 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.
 class DefaultSingletonBeanRegistry
          Generic registry for shared bean instances, implementing the SingletonBeanRegistry.
 class FactoryBeanRegistrySupport
          Support base class for singleton registries which need to handle FactoryBean instances, integrated with DefaultSingletonBeanRegistry's singleton management.
 class SimpleBeanDefinitionRegistry
          Simple implementation of the BeanDefinitionRegistry interface.
 

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

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



Copyright © 2002-2008 The Spring Framework.