public interface TemplateProcessor
TemplateBasedDocument| Modifier and Type | Method and Description |
|---|---|
List<TemplateInput> |
getInitialParametersDefinition(Blob blob)
Extract parameters from the Template file.
|
Blob |
renderTemplate(TemplateBasedDocument templateDocument,
String templateName)
Perform rendering of the named template against the
TemplateBasedDocument |
Blob renderTemplate(TemplateBasedDocument templateDocument, String templateName) throws Exception
TemplateBasedDocumenttemplateDocument - templateName - ExceptionList<TemplateInput> getInitialParametersDefinition(Blob blob) throws Exception
blob - ExceptionCopyright © 2019 Nuxeo SA. All rights reserved.