Package org.thymeleaf.templateresource
-
Interface Summary Interface Description ITemplateResource Interface implemented by all Template Resource instances. -
Class Summary Class Description ClassLoaderTemplateResource Implementation ofITemplateResourcerepresenting a resource accessible by aClassLoader(i.e.FileTemplateResource Implementation ofITemplateResourcerepresenting a file in the file system.StringTemplateResource Implementation ofITemplateResourcethat represents a template completely contained in memory inside aStringobject.TemplateResourceUtils Utility methods used by several implementations ofITemplateResourceUrlTemplateResource Implementation ofITemplateResourcethat represents a template accessed through an URL (local or remote).WebApplicationTemplateResource Implementation ofITemplateResourceaccessible from the context of a web application.