Class ExcelExporterProvider


  • public class ExcelExporterProvider
    extends java.lang.Object
    The (internal) provider for obtaining Excel exporters. This is an internal class that is not to be used and may change at any time.
    • Field Detail

      • excelExporters

        public static final java.util.concurrent.ConcurrentHashMap<java.lang.String,​ExcelExporterDelegate> excelExporters
        All Excel exporters by Mendix instance ID.
    • Constructor Detail

      • ExcelExporterProvider

        public ExcelExporterProvider()
    • Method Detail

      • get

        public static ExcelExporterDelegate get​(IContext context)
        Returns an exporter for Excel documents for the current Mendix runtime server.
        Parameters:
        context - the context for determining the current Mendix runtime server
        Returns:
        the Excel exporter