Class JXLSTemplateProcessor
java.lang.Object
org.nuxeo.template.processors.AbstractTemplateProcessor
org.nuxeo.template.processors.jxls.JXLSTemplateProcessor
- All Implemented Interfaces:
TemplateProcessor
JXLS
TemplateProcessor- Author:
- Tiry
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SimpleContextBuilderstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.since 2025.0, unusedFields inherited from class org.nuxeo.template.processors.AbstractTemplateProcessor
BUFFER_SIZE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExtract parameters from the Template file.renderTemplate(TemplateBasedDocument templateBasedDocument, String templateName) Perform rendering of the named template against theTemplateBasedDocumentMethods inherited from class org.nuxeo.template.processors.AbstractTemplateProcessor
getSourceTemplateBlob, getWorkingDir
-
Field Details
-
TEMPLATE_TYPE
Deprecated, for removal: This API element is subject to removal in a future version.since 2025.0, unused- See Also:
-
contextBuilder
-
-
Constructor Details
-
JXLSTemplateProcessor
public JXLSTemplateProcessor()
-
-
Method Details
-
renderTemplate
public Blob renderTemplate(TemplateBasedDocument templateBasedDocument, String templateName) throws IOException Description copied from interface:TemplateProcessorPerform rendering of the named template against theTemplateBasedDocument- Throws:
IOException
-
getInitialParametersDefinition
Description copied from interface:TemplateProcessorExtract parameters from the Template file.- Returns:
- List of parameters for this template
-