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.ServletContextTemplateResource Implementation ofITemplateResourceaccessible from theServletContextin a web application.StringTemplateResource Implementation ofITemplateResourcethat represents a template completely contained in memory inside aStringobject.UrlTemplateResource Implementation ofITemplateResourcethat represents a template accessed through an URL (local or remote).