org.kuali.rice.kew.xml
Class ClassLoaderEntityResolver

java.lang.Object
  extended by 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)

Constructor Summary
ClassLoaderEntityResolver()
           
ClassLoaderEntityResolver(String base)
           
 
Method Summary
 InputSource resolveEntity(String publicId, String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassLoaderEntityResolver

public ClassLoaderEntityResolver()

ClassLoaderEntityResolver

public ClassLoaderEntityResolver(String base)
Method Detail

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.