Uses of Package
org.springframework.beans.factory.support

Packages that use org.springframework.beans.factory.support
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.jdbc.core.support Classes supporting the org.springframework.jdbc.core package. 
 

Classes in org.springframework.beans.factory.support used by org.springframework.beans.factory.support
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.
BeanDefinitionRegistry
          Interface for registries that hold bean definitions, i.e.
BeanDefinitionValidationException
          Exception thrown when the validation of a bean definition failed.
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.
RootBeanDefinition
          Root bean definitions have a class plus optionally constructor argument values and property values.
 

Classes in org.springframework.beans.factory.support used by org.springframework.beans.factory.xml
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.
BeanDefinitionRegistry
          Interface for registries that hold bean definitions, i.e.
DefaultListableBeanFactory
          Concrete implementation of ListableBeanFactory.
 

Classes in org.springframework.beans.factory.support used by org.springframework.context.support
DefaultListableBeanFactory
          Concrete implementation of ListableBeanFactory.
 

Classes in org.springframework.beans.factory.support used by org.springframework.jdbc.core.support
DefaultListableBeanFactory
          Concrete implementation of ListableBeanFactory.
 



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