Interface | Description |
---|---|
ITemplateResource |
Interface implemented by all Template Resource instances.
|
Class | Description |
---|---|
ClassLoaderTemplateResource |
Implementation of
ITemplateResource representing a resource accessible by a ClassLoader
(i.e. |
FileTemplateResource |
Implementation of
ITemplateResource representing a file in the file system. |
ServletContextTemplateResource |
Implementation of
ITemplateResource accessible from the ServletContext in a web application. |
StringTemplateResource |
Implementation of
ITemplateResource that represents a template completely contained in memory inside
a String object. |
UrlTemplateResource |
Implementation of
ITemplateResource that represents a template accessed through an URL (local or remote). |
Copyright © 2016 The THYMELEAF team. All rights reserved.