com.liferay.portal.util
Class EntityResolver

java.lang.Object
  extended by com.liferay.portal.util.EntityResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver

public class EntityResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver

View Source

Author:
Brian Wing Shun Chan

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

Constructor Detail

EntityResolver

public EntityResolver()
Method Detail

resolveEntity

public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
                                             java.lang.String systemId)
Specified by:
resolveEntity in interface org.xml.sax.EntityResolver