Class XLSXExportProcess

  • All Implemented Interfaces:
    java.lang.Runnable

    public class XLSXExportProcess
    extends ExportProcess
    Exports the result of a query to XLSX.
    • Constructor Detail

      • XLSXExportProcess

        public XLSXExportProcess​(LRPControlBean bean,
                                 javax.servlet.http.HttpSession session)
        Parameters:
        bean - control bean for the process
        session - current session
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
        Overrides:
        run in class java.lang.Thread
      • writeResult

        public void writeResult​(javax.servlet.http.HttpServletResponse response)
                         throws java.io.IOException,
                                SystemException
        Description copied from class: LongRunningProcess
        Writes the result of the process to the output-stream.
        Specified by:
        writeResult in class LongRunningProcess
        Parameters:
        response - servlet response to write to
        Throws:
        java.io.IOException - IO Exception when writing
        SystemException - generic exception when writing