org.thymeleaf.doctype.resolution
Class ServletContextDocTypeResolutionEntry

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

public final class ServletContextDocTypeResolutionEntry
extends Object
implements IDocTypeResolutionEntry

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
ServletContextDocTypeResolutionEntry(DocTypeIdentifier publicID, DocTypeIdentifier systemID, javax.servlet.ServletContext servletContext, String resourcePath)
           
 
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

ServletContextDocTypeResolutionEntry

public ServletContextDocTypeResolutionEntry(DocTypeIdentifier publicID,
                                            DocTypeIdentifier systemID,
                                            javax.servlet.ServletContext servletContext,
                                            String resourcePath)
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 © 2011 The THYMELEAF team. All Rights Reserved.