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
BeansDtdResolver
          EntityResolver implementation for the Spring beans DTD, to load the DTD from the Spring class path (or JAR file).
XmlBeanDefinitionParser
          Strategy interface for parsing XML bean definitions.
 

Classes in org.springframework.beans.factory.xml used by org.springframework.context.support
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) 2002-2007 The Spring Framework Project.