org.thymeleaf.templateparser
Class EntityResolver

Object
  extended by org.thymeleaf.templateparser.EntityResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver

public final class EntityResolver
extends Object
implements org.xml.sax.EntityResolver

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
EntityResolver(Configuration configuration)
           
 
Method Summary
 org.xml.sax.InputSource resolveEntity(String publicID, String systemID)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityResolver

public EntityResolver(Configuration configuration)
Method Detail

resolveEntity

public org.xml.sax.InputSource resolveEntity(String publicID,
                                             String systemID)
                                      throws org.xml.sax.SAXException,
                                             java.io.IOException
Specified by:
resolveEntity in interface org.xml.sax.EntityResolver
Throws:
org.xml.sax.SAXException
java.io.IOException


Copyright © 2012 The THYMELEAF team. All Rights Reserved.