Package org.springframework.beans.factory.support

Classes supporting the org.springframework.beans.factory package.

See:
          Description

Interface Summary
BeanDefinitionRegistry Interface for registries that hold bean definitions, i.e.
 

Class Summary
AbstractAutowireCapableBeanFactory Abstract BeanFactory superclass that implements default bean creation.
AbstractBeanDefinition Common base class for bean definitions, factoring out common functionality from RootBeanDefinition and ChildBeanDefinition.
AbstractBeanDefinitionReader Abstract base class for bean definition readers.
AbstractBeanFactory Abstract superclass for BeanFactory implementations.
ChildBeanDefinition Bean definition for beans whose class is defined by their ancestry.
DefaultListableBeanFactory Concrete implementation of ListableBeanFactory.
ManagedList Tag subclass used to hold managed elements, which may include runtime bean references.
ManagedMap Tag subclass used to hold managed values, which may include runtime bean references
ManagedSet Tag subclass used to hold managed elements, which may include runtime bean references.
PropertiesBeanDefinitionReader Bean definition reader for a simple properties format.
RootBeanDefinition Root bean definitions have a class plus optionally constructor argument values and property values.
StaticListableBeanFactory Static factory that allows to register existing singleton instances programmatically.
 

Exception Summary
BeanDefinitionValidationException Exception thrown when the validation of a bean definition failed.
 

Package org.springframework.beans.factory.support Description

Classes supporting the org.springframework.beans.factory package. Contains abstract base classes for BeanFactory implementations.



Copyright (C) 2003-2004 The Spring Framework Project.