Class JXLSTemplateProcessor

java.lang.Object
org.nuxeo.template.processors.AbstractTemplateProcessor
org.nuxeo.template.processors.jxls.JXLSTemplateProcessor
All Implemented Interfaces:
TemplateProcessor

public class JXLSTemplateProcessor extends AbstractTemplateProcessor
Author:
Tiry
  • Field Details

  • Constructor Details

    • JXLSTemplateProcessor

      public JXLSTemplateProcessor()
  • Method Details

    • useJXLS1

      protected boolean useJXLS1()
    • renderTemplate

      public Blob renderTemplate(TemplateBasedDocument templateBasedDocument, String templateName) throws IOException
      Description copied from interface: TemplateProcessor
      Perform rendering of the named template against the TemplateBasedDocument
      Throws:
      IOException
    • configureTransformer

      protected void configureTransformer(net.sf.jxls.transformer.XLSTransformer transformer)
    • getInitialParametersDefinition

      public List<TemplateInput> getInitialParametersDefinition(Blob blob)
      Description copied from interface: TemplateProcessor
      Extract parameters from the Template file.
      Returns:
      List of parameters for this template