public class FreeMarkerTemplate extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_MACHINE_READABLE_NUMBER_FORMAT |
Constructor and Description |
---|
FreeMarkerTemplate(String templateText) |
FreeMarkerTemplate(String templatePath,
Class basePath) |
FreeMarkerTemplate(String templatePath,
Class basePath,
freemarker.template.Configuration config) |
FreeMarkerTemplate(String templateText,
freemarker.template.Configuration config) |
Modifier and Type | Method and Description |
---|---|
String |
apply(Object contextObject) |
void |
apply(Object contextObject,
Writer outputWriter) |
String |
getTemplateText() |
public static final String DEFAULT_MACHINE_READABLE_NUMBER_FORMAT
Copyright © 2020. All rights reserved.