org.thymeleaf.doctype.resolution
Class ClassLoaderDocTypeResolutionEntry

Object
  extended by org.thymeleaf.doctype.resolution.ClassLoaderDocTypeResolutionEntry
All Implemented Interfaces:
IDocTypeResolutionEntry

public final class ClassLoaderDocTypeResolutionEntry
extends Object
implements IDocTypeResolutionEntry

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
ClassLoaderDocTypeResolutionEntry(DocTypeIdentifier publicID, DocTypeIdentifier systemID, String resourceName)
           
 
Method Summary
 org.xml.sax.InputSource createInputSource()
           
 boolean equals(Object obj)
           
 DocTypeIdentifier getPublicID()
           
 DocTypeIdentifier getSystemID()
           
 int hashCode()
           
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassLoaderDocTypeResolutionEntry

public ClassLoaderDocTypeResolutionEntry(DocTypeIdentifier publicID,
                                         DocTypeIdentifier systemID,
                                         String resourceName)
Method Detail

getSystemID

public DocTypeIdentifier getSystemID()
Specified by:
getSystemID in interface IDocTypeResolutionEntry

getPublicID

public DocTypeIdentifier getPublicID()
Specified by:
getPublicID in interface IDocTypeResolutionEntry

createInputSource

public org.xml.sax.InputSource createInputSource()
                                          throws org.xml.sax.SAXException,
                                                 java.io.IOException
Specified by:
createInputSource in interface IDocTypeResolutionEntry
Throws:
org.xml.sax.SAXException
java.io.IOException

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012 The THYMELEAF team. All Rights Reserved.