String |
TemplateService.processTemplate(String template,
Object model) |
Process a template against the upplied data model and return the result as
a string.
|
void |
TemplateService.processTemplate(String template,
Object model,
Writer out) |
Process a template against the supplied data model and write to the out.
|
String |
TemplateService.processTemplate(String engine,
String template,
Object model) |
Process a template against the supplied data model and write to the out.
|
void |
TemplateService.processTemplate(String engine,
String template,
Object model,
Writer out) |
Process a template against the supplied data model and write to the out.
|
String |
TemplateService.processTemplate(String engine,
String templateRef,
Object model,
Locale locale) |
Process a template using the supplied locale against the supplied data model and write to the out.
|
String |
TemplateService.processTemplateString(String engine,
String template,
Object model) |
Process a given template, provided as a string, against the supplied data model and return the result as a String
|
void |
TemplateService.processTemplateString(String engine,
String template,
Object model,
Writer out) |
Process a given template, provided as a string, against the supplied data model and report the
result back in the provided writer.
|