Uses of Class
org.springframework.beans.factory.xml.DelegatingEntityResolver
Packages that use DelegatingEntityResolver Package Description org.springframework.beans.factory.xml Contains an abstract XML-basedBeanFactoryimplementation, including a standard "spring-beans" XSD.Uses of DelegatingEntityResolver in org.springframework.beans.factory.xml
Subclasses of DelegatingEntityResolver in org.springframework.beans.factory.xml Modifier and Type Class Description classResourceEntityResolverEntityResolverimplementation that tries to resolve entity references through aResourceLoader(usually, relative to the resource base of anApplicationContext), if applicable.