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
TemplateBasedDocumenttemplateDocument - templateName - IOExceptionList<TemplateInput> getInitialParametersDefinition(Blob blob) throws IOException
blob - IOExceptionCopyright © 2019 Nuxeo. All rights reserved.