Uses of Interface
org.springframework.core.AliasRegistry
Packages that use AliasRegistry 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.org.springframework.context.annotation Annotation support for the Application Context, including JSR-250 "common" annotations, component-scanning, and Java-based metadata for creating Spring-managed objects.org.springframework.context.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation.org.springframework.core Provides basic classes for exception handling and version detection, and other core helpers that are not specific to any part of the framework.org.springframework.jca.context Integration package that allows for deploying a Spring application context as a JCA 1.7 compliant RAR file.org.springframework.web.context.support Classes supporting theorg.springframework.web.contextpackage, such as WebApplicationContext implementations and various utility classes.Uses of AliasRegistry in org.springframework.beans.factory.support
Subinterfaces of AliasRegistry in org.springframework.beans.factory.support Modifier and Type Interface Description interfaceBeanDefinitionRegistryInterface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.Classes in org.springframework.beans.factory.support that implement AliasRegistry 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 AliasRegistry in org.springframework.beans.factory.xml
Classes in org.springframework.beans.factory.xml that implement AliasRegistry Modifier and Type Class Description classXmlBeanFactoryDeprecated.as of Spring 3.1 in favor ofDefaultListableBeanFactoryandXmlBeanDefinitionReaderUses of AliasRegistry in org.springframework.context.annotation
Classes in org.springframework.context.annotation that implement AliasRegistry Modifier and Type Class Description classAnnotationConfigApplicationContextStandalone application context, accepting component classes as input — in particular@Configuration-annotated classes, but also plain@Componenttypes and JSR-330 compliant classes usingjavax.injectannotations.Uses of AliasRegistry in org.springframework.context.support
Classes in org.springframework.context.support that implement AliasRegistry Modifier and Type Class Description classGenericApplicationContextGeneric ApplicationContext implementation that holds a single internalDefaultListableBeanFactoryinstance and does not assume a specific bean definition format.classGenericGroovyApplicationContextAnApplicationContextimplementation that extendsGenericApplicationContextand implementsGroovyObjectsuch that beans can be retrieved with the dot de-reference syntax instead of usingAbstractApplicationContext.getBean(java.lang.String).classGenericXmlApplicationContextConvenient application context with built-in XML support.classStaticApplicationContextApplicationContextimplementation which supports programmatic registration of beans and messages, rather than reading bean definitions from external configuration sources.Uses of AliasRegistry in org.springframework.core
Classes in org.springframework.core that implement AliasRegistry Modifier and Type Class Description classSimpleAliasRegistrySimple implementation of theAliasRegistryinterface.Uses of AliasRegistry in org.springframework.jca.context
Classes in org.springframework.jca.context that implement AliasRegistry Modifier and Type Class Description classResourceAdapterApplicationContextApplicationContextimplementation for a JCA ResourceAdapter.Uses of AliasRegistry in org.springframework.web.context.support
Classes in org.springframework.web.context.support that implement AliasRegistry Modifier and Type Class Description classGenericWebApplicationContextSubclass ofGenericApplicationContext, suitable for web environments.classStaticWebApplicationContextStaticWebApplicationContextimplementation for testing.