public class

BeansDtdResolver

extends Object
implements EntityResolver
java.lang.Object
   ↳ org.springframework.beans.factory.xml.BeansDtdResolver

Class Overview

EntityResolver implementation 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 "http://www.springframework.org/dtd/spring-beans-2.0.dtd".

Summary

Public Constructors
BeansDtdResolver()
Public Methods
InputSource resolveEntity(String publicId, String systemId)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.xml.sax.EntityResolver

Public Constructors

public BeansDtdResolver ()

Also: SpringBeans

Public Methods

public InputSource resolveEntity (String publicId, String systemId)

Also: SpringBeans

Throws
IOException

public String toString ()