org.mycore.frontend.wcms
Class MCRWCMSActionServlet.ResolveDTD

java.lang.Object
  extended by org.mycore.frontend.wcms.MCRWCMSActionServlet.ResolveDTD
All Implemented Interfaces:
EntityResolver
Enclosing class:
MCRWCMSActionServlet

public static class MCRWCMSActionServlet.ResolveDTD
extends Object
implements EntityResolver

Author:
m5brmi-s TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
MCRWCMSActionServlet.ResolveDTD()
           
 
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

MCRWCMSActionServlet.ResolveDTD

public MCRWCMSActionServlet.ResolveDTD()
Method Detail

resolveEntity

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