Package | Description |
---|---|
freemarker.cache |
Template loading and caching.
|
Modifier and Type | Method and Description |
---|---|
TemplateConfiguration |
FirstMatchTemplateConfigurationFactory.get(String sourceName,
Object templateSource) |
TemplateConfiguration |
MergingTemplateConfigurationFactory.get(String sourceName,
Object templateSource) |
TemplateConfiguration |
ConditionalTemplateConfigurationFactory.get(String sourceName,
Object templateSource) |
abstract TemplateConfiguration |
TemplateConfigurationFactory.get(String sourceName,
Object templateSource)
Returns (maybe creates) the
TemplateConfiguration for the given template source. |