public interface TemplateProcessor
extends org.alfresco.processor.Processor
Modifier and Type | Method and Description |
---|---|
void |
process(String template,
Object model,
Writer out)
Process a template against the supplied data model and write to the out.
|
void |
process(String template,
Object model,
Writer out,
Locale locale)
Process a template in the given locale against the supplied data model and write to the out.
|
void |
processString(String template,
Object model,
Writer out)
Process a string template against the supplied data model and write to the out.
|
void process(String template, Object model, Writer out)
template
- Template name/pathmodel
- Object model to process template againstout
- Writer object to send output toovoid process(String template, Object model, Writer out, Locale locale)
template
- Template name/pathmodel
- Object model to process template againstout
- Writer object to send output toolocale
- The Locale to process the template inCopyright © 2005–2017 Alfresco Software. All rights reserved.