Uses of Class
org.springframework.beans.factory.support.AbstractBeanDefinition

Packages that use AbstractBeanDefinition
org.springframework.beans.factory.support Classes supporting the org.springframework.beans.factory package.  
 

Uses of AbstractBeanDefinition in org.springframework.beans.factory.support
 

Subclasses of AbstractBeanDefinition in org.springframework.beans.factory.support
 class ChildBeanDefinition
          Bean definition for beans who inherit settings from their parent.
 class RootBeanDefinition
          Root bean definitions are the most common type of bean definition.
 

Methods in org.springframework.beans.factory.support that return AbstractBeanDefinition
static AbstractBeanDefinition BeanDefinitionReaderUtils.createBeanDefinition(String className, String parent, ConstructorArgumentValues cargs, MutablePropertyValues pvs, ClassLoader classLoader)
          Create a new RootBeanDefinition or ChildBeanDefinition for the given class name, parent, constructor arguments, and property values.
 

Methods in org.springframework.beans.factory.support with parameters of type AbstractBeanDefinition
 void AbstractBeanDefinition.overrideFrom(AbstractBeanDefinition other)
          Override settings in this bean definition from the given bean definition.
static String BeanDefinitionReaderUtils.generateBeanName(AbstractBeanDefinition beanDefinition, BeanDefinitionRegistry beanFactory)
          Generate a bean name for the given bean definition, unique within the given bean factory.
 

Constructors in org.springframework.beans.factory.support with parameters of type AbstractBeanDefinition
AbstractBeanDefinition(AbstractBeanDefinition original)
          Create a new AbstractBeanDefinition as deep copy of the given bean definition.
 



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