org.thymeleaf.templateparser
Class EntityResolver

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

public final class EntityResolver
extends Object
implements EntityResolver

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
EntityResolver(Configuration configuration)
           
 
Method Summary
 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 InputSource resolveEntity(String publicID,
                                 String systemID)
                          throws SAXException,
                                 IOException
Specified by:
resolveEntity in interface EntityResolver
Throws:
SAXException
IOException


Copyright © 2013 The THYMELEAF team. All Rights Reserved.