@Controller public class DataExportDownloadController extends BasicController
| Constructor and Description |
|---|
DataExportDownloadController() |
| Modifier and Type | Method and Description |
|---|---|
void |
downloadDataExport(javax.servlet.http.HttpServletResponse response,
String fileName,
String outputFileName) |
generateFormValidationResponse, getSessionState@RequestMapping(value="/downloadDataExport.htm",
method=GET)
public void downloadDataExport(javax.servlet.http.HttpServletResponse response,
@RequestParam(value="fileName")
String fileName,
@RequestParam(value="outputFileName")
String outputFileName)
throws IOException
IOExceptionCopyright © 2021 Open Foris. All rights reserved.