Uses of Package
org.springframework.beans.factory.xml

Packages that use org.springframework.beans.factory.xml
org.springframework.beans.factory.xml Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD.  
org.springframework.context.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation. 
org.springframework.web.context.support Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations, and a utility class for retrieval of the root application context etc. 
 

Classes in org.springframework.beans.factory.xml used by org.springframework.beans.factory.xml
XmlBeanDefinitionParser
          Strategy interface for parsing XML bean definitions.
 

Classes in org.springframework.beans.factory.xml used by org.springframework.context.support
BeansDtdResolver
          EntityResolver implementation for the Spring beans DTD, to load the DTD from the Spring classpath resp.
XmlBeanDefinitionReader
          Bean definition reader for XML bean definitions.
 

Classes in org.springframework.beans.factory.xml used by org.springframework.web.context.support
XmlBeanDefinitionReader
          Bean definition reader for XML bean definitions.
 



Copyright (C) 2003-2004 The Spring Framework Project.