Package org.thymeleaf.templateresource
-
Interface Summary Interface Description ITemplateResource Interface implemented by all Template Resource instances. -
Class Summary Class Description ClassLoaderTemplateResource Implementation ofITemplateResource
representing a resource accessible by aClassLoader
(i.e.FileTemplateResource Implementation ofITemplateResource
representing a file in the file system.ServletContextTemplateResource Implementation ofITemplateResource
accessible from theServletContext
in a web application.StringTemplateResource Implementation ofITemplateResource
that represents a template completely contained in memory inside aString
object.UrlTemplateResource Implementation ofITemplateResource
that represents a template accessed through an URL (local or remote).