Package | Description |
---|---|
org.alfresco.repo.processor | |
org.alfresco.service.cmr.repository |
Modifier and Type | Method and Description |
---|---|
String |
TemplateServiceImpl.processTemplate(String template,
Object model) |
void |
TemplateServiceImpl.processTemplate(String template,
Object model,
Writer out) |
String |
TemplateServiceImpl.processTemplate(String engine,
String template,
Object model) |
String |
TemplateServiceImpl.processTemplate(String engine,
String template,
Object model,
Locale locale) |
void |
TemplateServiceImpl.processTemplate(String engine,
String template,
Object model,
Writer out) |
String |
TemplateServiceImpl.processTemplateString(String engine,
String template,
Object model) |
void |
TemplateServiceImpl.processTemplateString(String engine,
String template,
Object model,
Writer out) |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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.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.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.