Package org.nuxeo.template.api
Interface TemplateProcessor
- All Known Subinterfaces:
 BidirectionalTemplateProcessor
- All Known Implementing Classes:
 AbstractTemplateProcessor,FreeMarkerProcessor,IdentityProcessor,JODReportTemplateProcessor,JXLSTemplateProcessor,WordXMLRawTemplateProcessor,XDocReportProcessor,XSLTProcessor
public interface TemplateProcessor
Interface used to drive rendition of the 
TemplateBasedDocument- Author:
 - Tiry ([email protected])
 
- 
Method Summary
Modifier and TypeMethodDescriptionExtract parameters from the Template file.renderTemplate(TemplateBasedDocument templateDocument, String templateName) Perform rendering of the named template against theTemplateBasedDocument 
- 
Method Details
- 
renderTemplate
Perform rendering of the named template against theTemplateBasedDocument- Throws:
 IOException
 - 
getInitialParametersDefinition
Extract parameters from the Template file.- Returns:
 - List of parameters for this template
 - Throws:
 IOException
 
 -