Template |
Configuration.getTemplate(String name) |
Retrieves the template with the given name from the template cache, loading it into the cache first if it's
missing/staled.
|
Template |
Configuration.getTemplate(String name,
String encoding) |
|
Template |
Configuration.getTemplate(String name,
Locale locale) |
|
Template |
Configuration.getTemplate(String name,
Locale locale,
Object customLookupCondition,
String encoding,
boolean parseAsFTL,
boolean ignoreMissing) |
Retrieves the template with the given name (and according the specified further parameters) from the template
cache, loading it into the cache first if it's missing/staled.
|
Template |
Configuration.getTemplate(String name,
Locale locale,
String encoding) |
|
Template |
Configuration.getTemplate(String name,
Locale locale,
String encoding,
boolean parseAsFTL) |
|
Template |
Configuration.getTemplate(String name,
Locale locale,
String encoding,
boolean parseAsFTL,
boolean ignoreMissing) |
|