| Package | Description |
|---|---|
| freemarker.cache |
Template loading and caching.
|
| freemarker.core |
The seldom used or advanced parts of the fundamental FreeMarker API, compared to
freemarker.template. |
| Modifier and Type | Method and Description |
|---|---|
abstract TemplateConfiguration |
TemplateConfigurationFactory.get(java.lang.String sourceName,
java.lang.Object templateSource)
Returns (maybe creates) the
TemplateConfiguration for the given template source. |
TemplateConfiguration |
MergingTemplateConfigurationFactory.get(java.lang.String sourceName,
java.lang.Object templateSource) |
TemplateConfiguration |
FirstMatchTemplateConfigurationFactory.get(java.lang.String sourceName,
java.lang.Object templateSource) |
TemplateConfiguration |
ConditionalTemplateConfigurationFactory.get(java.lang.String sourceName,
java.lang.Object templateSource) |
| Constructor and Description |
|---|
ConditionalTemplateConfigurationFactory(TemplateSourceMatcher matcher,
TemplateConfiguration templateConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
CustomAttribute.get(TemplateConfiguration templateConfiguration)
Same as
CustomAttribute.get(Template), but applies to a TemplateConfiguration. |
void |
TemplateConfiguration.merge(TemplateConfiguration tc)
Set all settings in this
TemplateConfiguration that were set in the parameter
TemplateConfiguration, possibly overwriting the earlier value in this object. |
void |
CustomAttribute.set(java.lang.Object value,
TemplateConfiguration templateConfiguration)
Same as
CustomAttribute.set(Object, Template), but applicable to a TemplateConfiguration. |