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.