Package org.springframework.beans.factory.support

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

See:
          Description

Interface Summary
BeanDefinitionReader Simple interface for bean definition readers.
BeanDefinitionRegistry Interface for registries that hold bean definitions, i.e.
InstantiationStrategy Interface responsible for creating instances corresponding to a root bean definition.
MethodReplacer Interface to be implemented by classes than can override any method on an IoC-managed object.
 

Class Summary
AbstractAutowireCapableBeanFactory Abstract bean factory superclass that implements default bean creation.
AbstractBeanDefinition Base class for bean definition objects, factoring out common properties of RootBeanDefinition and ChildBeanDefinition.
AbstractBeanDefinitionReader Abstract base class for bean definition readers which implement the BeanDefinitionReader interface.
AbstractBeanFactory Abstract superclass for BeanFactory implementations.
BeanDefinitionReaderUtils Common utility methods that are useful fo bean definition readers.
CglibSubclassingInstantiationStrategy Default object instantiation strategy for use in BeanFactories.
ChildBeanDefinition Bean definition for beans who inherit settings from their parent.
DefaultListableBeanFactory Concrete implementation of ListableBeanFactory.
LookupOverride Represents an override of a method that looks up an object in the same IoC context.
ManagedList Tag subclass used to hold managed List elements, which may include runtime bean references.
ManagedMap Tag subclass used to hold managed Map values, which may include runtime bean references.
ManagedSet Tag subclass used to hold managed Set elements, which may include runtime bean references.
MethodOverride Object representing the override of a method on a managed object by the IoC container.
MethodOverrides Set of method overrides, determining which, if any, methods on a managed object the Spring IoC container will override at runtime.
PropertiesBeanDefinitionReader Bean definition reader for a simple properties format.
ReplaceOverride Extension of MethodOverride that represents an arbitrary override of a method by the IoC container.
RootBeanDefinition Root bean definitions have a class plus optionally constructor argument values and property values.
SimpleInstantiationStrategy Simple object instantiation strategy for use in BeanFactories.
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.