org.springframework.beans.factory.xml
Class BeansDtdResolver
- Direct Known Subclasses:
- ResourceEntityResolver
- public class BeansDtdResolver
- implements EntityResolver
EntityResolver implementation for the Spring beans DTD,
to load the DTD from the Spring classpath resp. JAR file.
Fetches "spring-beans.dtd" from the classpath resource
"/org/springframework/beans/factory/xml/spring-beans.dtd",
no matter if specified as some local URL or as
"http://www.springframework.org/dtd/spring-beans.dtd".
- Author:
- Juergen Hoeller
- Since: 04.06.2003
| Method Summary |
InputSource | resolveEntity(String publicId, String systemId) |
resolveEntity
public InputSource resolveEntity(String publicId, String systemId)
throws java.io.IOException
to Class java.lang.String
to Class java.lang.String