Example usage for org.springframework.beans.factory.xml DelegatingEntityResolver subclass-usage

List of usage examples for org.springframework.beans.factory.xml DelegatingEntityResolver subclass-usage

Introduction

In this page you can find the example usage for org.springframework.beans.factory.xml DelegatingEntityResolver subclass-usage.

Usage

From source file org.springframework.beans.factory.xml.ResourceEntityResolver.java

/**
 * EntityResolver implementation that tries to resolve entity references
 * through a {@link org.springframework.core.io.ResourceLoader} (usually,
 * relative to the resource base of an ApplicationContext), if applicable.
 * Extends {@link DelegatingEntityResolver} to also provide DTD and XSD lookup.
 *

From source file org.solmix.runtime.support.spring.ContainerEntityResolver.java

/**
 * 
 * @author solmix.f@gmail.com
 * @version $Id$  2014729
 */