org.kuali.rice.kew.xml
Class ClassLoaderEntityResolver
java.lang.Object
org.kuali.rice.kew.xml.ClassLoaderEntityResolver
- All Implemented Interfaces:
- EntityResolver
public class ClassLoaderEntityResolver
- extends Object
- implements EntityResolver
Internal workflow EntityResolver which resolves system ids with the
"resource:" prefix to ClassLoader resources
TODO: maybe prefix should be changed from "resource:" to "internal:" or just "workflow:"
given that it can be resolved in arbitrary ways other than ClassLoader "resources"
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassLoaderEntityResolver
public ClassLoaderEntityResolver()
ClassLoaderEntityResolver
public ClassLoaderEntityResolver(String base)
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
throws SAXException,
IOException
- Specified by:
resolveEntity
in interface EntityResolver
- Throws:
SAXException
IOException
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.