类的使用
org.springframework.core.SimpleAliasRegistry
使用SimpleAliasRegistry的程序包 程序包 说明 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.org.springframework.beans.factory.support中SimpleAliasRegistry的使用
org.springframework.beans.factory.support中SimpleAliasRegistry的子类 修饰符和类型 类 说明 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.org.springframework.beans.factory.xml中SimpleAliasRegistry的使用
org.springframework.beans.factory.xml中SimpleAliasRegistry的子类 修饰符和类型 类 说明 classXmlBeanFactory已过时。as of Spring 3.1 in favor ofDefaultListableBeanFactoryandXmlBeanDefinitionReader