The Spring Framework

Uses of Interface
org.springframework.core.AliasRegistry

Packages that use AliasRegistry
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. 
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.5 compliant RAR file. 
org.springframework.web.context.support Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations and various utility classes. 
org.springframework.web.portlet.context Support for Spring's application context concept in a portlet environment, including ApplicationContext implementations and various utility classes. 
 

Uses of AliasRegistry in org.springframework.beans.factory.support
 

Subinterfaces of AliasRegistry in org.springframework.beans.factory.support
 interface BeanDefinitionRegistry
          Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.
 

Classes in org.springframework.beans.factory.support that implement AliasRegistry
 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 AliasRegistry in org.springframework.beans.factory.xml
 

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

Uses of AliasRegistry in org.springframework.context.support
 

Classes in org.springframework.context.support that implement AliasRegistry
 class GenericApplicationContext
          Generic ApplicationContext implementation that holds a single internal DefaultListableBeanFactory instance and does not assume a specific bean definition format.
 class StaticApplicationContext
          ApplicationContext implementation 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
 class SimpleAliasRegistry
          Simple implementation of the AliasRegistry interface.
 

Uses of AliasRegistry in org.springframework.jca.context
 

Classes in org.springframework.jca.context that implement AliasRegistry
 class ResourceAdapterApplicationContext
          ApplicationContext implementation for a JCA ResourceAdapter.
 

Uses of AliasRegistry in org.springframework.web.context.support
 

Classes in org.springframework.web.context.support that implement AliasRegistry
 class GenericWebApplicationContext
          Subclass of GenericApplicationContext, suitable for web environments.
 class StaticWebApplicationContext
          Static WebApplicationContext implementation for testing.
 

Uses of AliasRegistry in org.springframework.web.portlet.context
 

Classes in org.springframework.web.portlet.context that implement AliasRegistry
 class StaticPortletApplicationContext
          Static Portlet-based ApplicationContext implementation for testing.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.