Interface ExcelExportParamsDecorator
- All Superinterfaces:
org.springframework.core.Ordered
- All Known Implementing Classes:
DefaultExcelSupercategorySelectionDecorator
public interface ExcelExportParamsDecorator
extends org.springframework.core.Ordered
Excel decorator used by
ExcelExportPreProcessor mechanism. Each decorator can modify the input of export
process.-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Modifier and TypeMethodDescriptiondecorate(ExcelExportParams excelExportParams) Decorates export inputExcelExportParamsobject.intgetOrder()
-
Method Details
-
decorate
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
int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-