站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Interface org.springframework.beans.factory.support.BeanDefinitionReader (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Interface
org.springframework.beans.factory.support.BeanDefinitionReader

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

Classes in org.springframework.beans.factory.support that implement BeanDefinitionReader
 class AbstractBeanDefinitionReader
          Abstract base class for bean definition readers which implement the BeanDefinitionReader interface.
 class PropertiesBeanDefinitionReader
          Bean definition reader for a simple properties format.
 

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

Classes in org.springframework.beans.factory.xml that implement BeanDefinitionReader
 class XmlBeanDefinitionReader
          Bean definition reader for XML bean definitions.
 

Methods in org.springframework.beans.factory.xml with parameters of type BeanDefinitionReader
 int XmlBeanDefinitionParser.registerBeanDefinitions(BeanDefinitionReader reader, Document doc, Resource resource)
          Deprecated. Parse bean definitions from the given DOM document, and register them with the given bean factory.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.