Class ExcelExporterProvider
java.lang.Object
com.mendix.modules.exportmanager.excel.internal.ExcelExporterProvider
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 Summary
Modifier and TypeFieldDescriptionstatic final ConcurrentHashMap
<String, ExcelExporterDelegate> All Excel exporters by Mendix instance ID. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExcelExporterDelegate
get()
Deprecated.static ExcelExporterDelegate
Returns an exporter for Excel documents for the current Mendix runtime server.
-
Field Details
-
excelExporters
All Excel exporters by Mendix instance ID.
-
-
Constructor Details
-
ExcelExporterProvider
public ExcelExporterProvider()
-
-
Method Details
-
get
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
-
get
Deprecated.useget(IContext)
insteadReturns an exporter for Excel documents.- Returns:
- the Excel exporter
-
get(IContext)
instead