The Spring Framework

Uses of Class
org.springframework.beans.factory.xml.DelegatingEntityResolver

Packages that use DelegatingEntityResolver
org.springframework.beans.factory.xml Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD. 
 

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

Subclasses of DelegatingEntityResolver in org.springframework.beans.factory.xml
 class ResourceEntityResolver
          EntityResolver implementation that tries to resolve entity references through a ResourceLoader (usually, relative to the resource base of an ApplicationContext), if applicable.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.