| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AliasRegistry | |
|---|---|
| org.springframework.beans.factory.support | Classes supporting the org.springframework.beans.factorypackage. | 
| org.springframework.beans.factory.xml | Contains an abstract XML-based BeanFactoryimplementation,
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.contextpackage,
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 | BeanDefinitionRegistryInterface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances. | 
| Classes in org.springframework.beans.factory.support that implement AliasRegistry | |
|---|---|
|  class | AbstractAutowireCapableBeanFactoryAbstract bean factory superclass that implements default bean creation, with the full capabilities specified by the RootBeanDefinitionclass. | 
|  class | AbstractBeanFactoryAbstract base class for BeanFactoryimplementations, providing the full capabilities of theConfigurableBeanFactorySPI. | 
|  class | DefaultListableBeanFactoryDefault implementation of the ListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory
 based on bean definition objects. | 
|  class | DefaultSingletonBeanRegistryGeneric registry for shared bean instances, implementing the SingletonBeanRegistry. | 
|  class | FactoryBeanRegistrySupportSupport base class for singleton registries which need to handle FactoryBeaninstances,
 integrated withDefaultSingletonBeanRegistry's singleton management. | 
|  class | SimpleBeanDefinitionRegistrySimple implementation of the BeanDefinitionRegistryinterface. | 
| Uses of AliasRegistry in org.springframework.beans.factory.xml | 
|---|
| Classes in org.springframework.beans.factory.xml that implement AliasRegistry | |
|---|---|
|  class | XmlBeanFactoryConvenience extension of DefaultListableBeanFactorythat 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 | GenericApplicationContextGeneric ApplicationContext implementation that holds a single internal DefaultListableBeanFactoryinstance and does not assume a specific bean definition format. | 
|  class | StaticApplicationContextApplicationContextimplementation
 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 | SimpleAliasRegistrySimple implementation of the AliasRegistryinterface. | 
| Uses of AliasRegistry in org.springframework.jca.context | 
|---|
| Classes in org.springframework.jca.context that implement AliasRegistry | |
|---|---|
|  class | ResourceAdapterApplicationContextApplicationContextimplementation
 for a JCA ResourceAdapter. | 
| Uses of AliasRegistry in org.springframework.web.context.support | 
|---|
| Classes in org.springframework.web.context.support that implement AliasRegistry | |
|---|---|
|  class | GenericWebApplicationContextSubclass of GenericApplicationContext, suitable for web environments. | 
|  class | StaticWebApplicationContextStatic WebApplicationContextimplementation for testing. | 
| Uses of AliasRegistry in org.springframework.web.portlet.context | 
|---|
| Classes in org.springframework.web.portlet.context that implement AliasRegistry | |
|---|---|
|  class | StaticPortletApplicationContextStatic Portlet-based ApplicationContextimplementation for testing. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||