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. 
org.springframework.beans.factory.xml Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD. 
 

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

Subclasses of AbstractBeanDefinition in org.springframework.beans.factory.support
 class ChildBeanDefinition
          Bean definition for beans whose class is defined by their ancestry.
 class RootBeanDefinition
          Root bean definitions have a class plus optionally constructor argument values and property values.
 

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

Methods in org.springframework.beans.factory.xml that return AbstractBeanDefinition
protected  AbstractBeanDefinition DefaultXmlBeanDefinitionParser.parseBeanDefinition(org.w3c.dom.Element ele, java.lang.String beanName)
          Parse a standard bean definition.
 



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