Liferay 6.1.2-ce-ga3

com.liferay.portal.util
Class EntityResolver

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

public class EntityResolver
extends Object
implements EntityResolver


Constructor Summary
EntityResolver()
           
 
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

EntityResolver

public EntityResolver()
Method Detail

resolveEntity

public InputSource resolveEntity(String publicId,
                                 String systemId)
Specified by:
resolveEntity in interface EntityResolver

Liferay 6.1.2-ce-ga3