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 IOException
TemplateBasedDocument
templateDocument
- templateName
- IOException
List<TemplateInput> getInitialParametersDefinition(Blob blob) throws IOException
blob
- IOException
Copyright © 2017 Nuxeo. All rights reserved.