Uses of Class
org.springframework.core.SimpleAliasRegistry
Packages that use SimpleAliasRegistry Package Description org.springframework.beans.factory.support Classes supporting theorg.springframework.beans.factorypackage.org.springframework.beans.factory.xml Contains an abstract XML-basedBeanFactoryimplementation, including a standard "spring-beans" XSD.Uses of SimpleAliasRegistry in org.springframework.beans.factory.support
Subclasses of SimpleAliasRegistry in org.springframework.beans.factory.support Modifier and Type Class Description classAbstractAutowireCapableBeanFactoryAbstract bean factory superclass that implements default bean creation, with the full capabilities specified by theRootBeanDefinitionclass.classAbstractBeanFactoryAbstract base class forBeanFactoryimplementations, providing the full capabilities of theConfigurableBeanFactorySPI.classDefaultListableBeanFactorySpring's default implementation of theConfigurableListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory based on bean definition metadata, extensible through post-processors.classDefaultSingletonBeanRegistryGeneric registry for shared bean instances, implementing theSingletonBeanRegistry.classFactoryBeanRegistrySupportSupport base class for singleton registries which need to handleFactoryBeaninstances, integrated withDefaultSingletonBeanRegistry's singleton management.classSimpleBeanDefinitionRegistrySimple implementation of theBeanDefinitionRegistryinterface.Uses of SimpleAliasRegistry in org.springframework.beans.factory.xml
Subclasses of SimpleAliasRegistry in org.springframework.beans.factory.xml Modifier and Type Class Description classXmlBeanFactoryDeprecated.as of Spring 3.1 in favor ofDefaultListableBeanFactoryandXmlBeanDefinitionReader