Class BeansDtdResolver
- java.lang.Object
- org.springframework.beans.factory.xml.BeansDtdResolver
- All Implemented Interfaces:
EntityResolver
public class BeansDtdResolver extends Object implements EntityResolver
EntityResolverimplementation for the Spring beans DTD, to load the DTD from the Spring class path (or JAR file).Fetches "spring-beans-2.0.dtd" from the class path resource "/org/springframework/beans/factory/xml/spring-beans-2.0.dtd", no matter whether specified as some local URL that includes "spring-beans" in the DTD name or as "https://www.springframework.org/dtd/spring-beans-2.0.dtd".
- Since:
- 04.06.2003
- Author:
- Juergen Hoeller, Colin Sampaleanu
- See Also:
ResourceEntityResolver
Constructor Summary
Constructors Constructor Description BeansDtdResolver()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputSourceresolveEntity(String publicId, String systemId)StringtoString()
Constructor Detail
BeansDtdResolver
public BeansDtdResolver()
Method Detail
resolveEntity
public InputSource resolveEntity(String publicId, String systemId) throws IOException
- Specified by:
resolveEntityin interfaceEntityResolver- Throws:
IOException