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 SimpleContextBuilder
static final String
Deprecated, 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 theTemplateBasedDocument
Methods 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:TemplateProcessor
Perform rendering of the named template against theTemplateBasedDocument
- Throws:
IOException
-
getInitialParametersDefinition
Description copied from interface:TemplateProcessor
Extract parameters from the Template file.- Returns:
- List of parameters for this template
-