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. 
org.springframework.web.context.support Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations, and a utility class for retrieval of the root application context etc. 
 

Classes in org.springframework.beans.factory.support used by org.springframework.beans.factory.support
AbstractAutowireCapableBeanFactory
          Abstract BeanFactory superclass that implements default bean creation, with the full capabilities specified by the RootBeanDefinition class.
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 base class for BeanFactory implementations, providing the full capabilities of the ConfigurableBeanFactory SPI.
BeanDefinitionReader
          Simple interface for bean definition readers.
BeanDefinitionRegistry
          Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.
BeanDefinitionValidationException
          Exception thrown when the validation of a bean definition failed.
InstantiationStrategy
          Interface responsible for creating instances corresponding to a root bean definition.
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.
RootBeanDefinition
          Root bean definitions are the most common type of bean definition.
SimpleInstantiationStrategy
          Simple object instantiation strategy for use in a BeanFactory.
 

Classes in org.springframework.beans.factory.support used by org.springframework.beans.factory.xml
AbstractAutowireCapableBeanFactory
          Abstract BeanFactory superclass that implements default bean creation, with the full capabilities specified by the RootBeanDefinition class.
AbstractBeanDefinitionReader
          Abstract base class for bean definition readers which implement the BeanDefinitionReader interface.
AbstractBeanFactory
          Abstract base class for BeanFactory implementations, providing the full capabilities of the ConfigurableBeanFactory SPI.
BeanDefinitionReader
          Simple interface for bean definition readers.
BeanDefinitionRegistry
          Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.
DefaultListableBeanFactory
          Default implementation of the ListableBeanFactory and BeanDefinitionRegistry interfaces: a full-fledged bean factory based on bean definitions.
MethodOverrides
          Set of method overrides, determining which, if any, methods on a managed object the Spring IoC container will override at runtime.
 

Classes in org.springframework.beans.factory.support used by org.springframework.context.support
BeanDefinitionRegistry
          Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.
DefaultListableBeanFactory
          Default implementation of the ListableBeanFactory and BeanDefinitionRegistry interfaces: a full-fledged bean factory based on bean definitions.
 

Classes in org.springframework.beans.factory.support used by org.springframework.jdbc.core.support
DefaultListableBeanFactory
          Default implementation of the ListableBeanFactory and BeanDefinitionRegistry interfaces: a full-fledged bean factory based on bean definitions.
PropertiesBeanDefinitionReader
          Bean definition reader for a simple properties format.
 

Classes in org.springframework.beans.factory.support used by org.springframework.web.context.support
BeanDefinitionRegistry
          Interface for registries that hold bean definitions, for example RootBeanDefinition and ChildBeanDefinition instances.
DefaultListableBeanFactory
          Default implementation of the ListableBeanFactory and BeanDefinitionRegistry interfaces: a full-fledged bean factory based on bean definitions.
 



Copyright (c) 2002-2007 The Spring Framework Project.