Frames | No Frames |
Methods with parameter type freemarker.cache.TemplateLoader | |
void | Sets a template loader that is used to look up and load templates. |
Methods with return type freemarker.cache.TemplateLoader | |
TemplateLoader |
Classes implementing freemarker.cache.TemplateLoader | |
class | A TemplateLoader that uses streams reachable through
Class.getResourceAsStream(String) as its source of templates. |
class | A TemplateLoader that uses files in a specified directory as the
source of templates. |
class | A TemplateLoader that uses a set of other loaders to load the templates. |
class | A TemplateLoader that uses a Map with Strings as its source of
templates. |
class | This is an abstract template loader that can load templates whose
location can be described by an URL. |
class | A TemplateLoader that uses streams reachable through
ServletContext.getResource(String) as its source of templates. |
Constructors with parameter type freemarker.cache.TemplateLoader | |
Creates a new multi template Loader that will use the specified loaders. | |
Creates a new template cache with a custom template loader that is used
to load the templates. | |
Creates a new template cache with a custom template loader that is used
to load the templates. |
Methods with return type freemarker.cache.TemplateLoader | |
TemplateLoader |