The Spring Framework

Uses of Class
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser

Packages that use AbstractBeanDefinitionParser
org.springframework.beans.factory.xml Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD. 
 

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

Subclasses of AbstractBeanDefinitionParser in org.springframework.beans.factory.xml
 class AbstractSimpleBeanDefinitionParser
          Convenient base class for when there exists a one-to-one mapping between attribute names on the element that is to be parsed and the property names on the Class being configured.
 class AbstractSingleBeanDefinitionParser
          Base class for those BeanDefinitionParser implementations that need to parse and define just a single BeanDefinition.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.