org.thymeleaf.doctype.resolution
Class FileDocTypeResolutionEntry

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

public final class FileDocTypeResolutionEntry
extends Object
implements IDocTypeResolutionEntry

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
FileDocTypeResolutionEntry(DocTypeIdentifier publicID, DocTypeIdentifier systemID, File file)
           
 
Method Summary
 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

FileDocTypeResolutionEntry

public FileDocTypeResolutionEntry(DocTypeIdentifier publicID,
                                  DocTypeIdentifier systemID,
                                  File file)
Method Detail

getSystemID

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

getPublicID

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

createInputSource

public InputSource createInputSource()
                              throws SAXException,
                                     IOException
Specified by:
createInputSource in interface IDocTypeResolutionEntry
Throws:
SAXException
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.