Interface ExcelExportParamsDecorator
-
- All Superinterfaces:
org.springframework.core.Ordered
- All Known Implementing Classes:
DefaultExcelSupercategorySelectionDecorator
public interface ExcelExportParamsDecorator extends org.springframework.core.OrderedExcel decorator used byExcelExportPreProcessormechanism. Each decorator can modify the input of export process.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExcelExportParamsdecorate(ExcelExportParams excelExportParams)Decorates export inputExcelExportParamsobject.intgetOrder()
-
-
-
Method Detail
-
decorate
@Nonnull ExcelExportParams decorate(@Nonnull ExcelExportParams excelExportParams)
Decorates export inputExcelExportParamsobject.- Parameters:
excelExportParams- (depending on the order of decorator) an input for the Excel export process or the result of previous decorator.- See Also:
getOrder()
-
getOrder
int getOrder()
- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
-