Uses of Class
org.springframework.beans.factory.config.BeanDefinitionHolder

Packages that use BeanDefinitionHolder
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 BeanDefinitionHolder in org.springframework.beans.factory.support
 

Methods in org.springframework.beans.factory.support with parameters of type BeanDefinitionHolder
static void BeanDefinitionReaderUtils.registerBeanDefinition(BeanDefinitionHolder bdHolder, BeanDefinitionRegistry beanFactory)
          Register the given bean definition with the given bean factory.
 

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

Methods in org.springframework.beans.factory.xml that return BeanDefinitionHolder
protected  BeanDefinitionHolder DefaultXmlBeanDefinitionParser.parseBeanDefinitionElement(Element ele, boolean isInnerBean)
          Parse a standard bean definition into a BeanDefinitionHolder, including bean name and aliases.
 



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