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