org.kuali.rice.ken.util
Class ClassLoaderEntityResolver
java.lang.Object
org.kuali.rice.ken.util.ClassLoaderResourceResolver
org.kuali.rice.ken.util.ClassLoaderEntityResolver
- All Implemented Interfaces:
- EntityResolver
public class ClassLoaderEntityResolver
- extends ClassLoaderResourceResolver
- implements EntityResolver
Internal notification EntityResolver which resolves system ids with the "resource:" prefix to ClassLoader resources
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
ClassLoaderEntityResolver
public ClassLoaderEntityResolver()
- Constructs a ClassLoaderEntityResolver.java.
ClassLoaderEntityResolver
public ClassLoaderEntityResolver(String base,
String prefix)
- Constructs a ClassLoaderEntityResolver.java.
- Parameters:
base
- prefix
-
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
throws SAXException,
IOException
- Specified by:
resolveEntity
in interface EntityResolver
- Throws:
SAXException
IOException
- See Also:
EntityResolver.resolveEntity(java.lang.String, java.lang.String)
toString
public String toString()
- Overrides:
toString
in class Object
- See Also:
Object.toString()
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.