public class DefaultExcelExportPreProcessor extends java.lang.Object implements ExcelExportPreProcessor
ExcelExportPreProcessor that uses decorators injected via setDecorators(List). The
decorators are used by order parameter. The results of all decorators are being aggregated meaning the output of a
previous decorator will be an input for the next decorator.ExcelExportPreProcessor,
org.springframework.core.Ordered| Constructor and Description |
|---|
DefaultExcelExportPreProcessor() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExcelExportParamsDecorator> |
getDecorators() |
ExcelExportParams |
process(ExcelExportParams excelExportParams)
Allows to modify input for export
ExcelExportParams by adding new content or removing it. |
void |
setDecorators(java.util.List<ExcelExportParamsDecorator> decorators) |
public ExcelExportParams process(ExcelExportParams excelExportParams)
ExcelExportPreProcessorExcelExportParams by adding new content or removing it.process in interface ExcelExportPreProcessorexcelExportParams - - object that will be used at the beginning of export processpublic void setDecorators(java.util.List<ExcelExportParamsDecorator> decorators)
public java.util.List<ExcelExportParamsDecorator> getDecorators()
Copyright © 2018 SAP SE. All Rights Reserved.