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

org.springframework.beans.factory.xml (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


Package org.springframework.beans.factory.xml

Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD.

See:
          Description

Interface Summary
XmlBeanDefinitionParser Strategy interface for parsing XML bean definitions.
 

Class Summary
BeansDtdResolver EntityResolver implementation for the Spring beans DTD, to load the DTD from the Spring class path (or JAR file).
DefaultXmlBeanDefinitionParser Default implementation of the XmlBeanDefinitionParser interface.
ResourceEntityResolver EntityResolver implementation that tries to resolve entity references through a ResourceLoader (usually, relative to the resource base of an ApplicationContext), if applicable.
XmlBeanDefinitionReader Bean definition reader for XML bean definitions.
XmlBeanFactory Convenience extension of DefaultListableBeanFactory that reads bean definitions from an XML document.
 

Package org.springframework.beans.factory.xml Description

Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD.



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