@Controller public class DataBackupController extends BasicController
| Constructor and Description |
|---|
DataBackupController() |
| Modifier and Type | Method and Description |
|---|---|
void |
downloadLastBackup(javax.servlet.http.HttpServletResponse response,
String surveyName) |
generateFormValidationResponse, getSessionState@Secured(value="ROLE_ADMIN")
@RequestMapping(value="/surveys/{surveyName}/data/backup/last",
method=GET)
public void downloadLastBackup(javax.servlet.http.HttpServletResponse response,
@PathVariable
String surveyName)
throws IOException
IOExceptionCopyright © 2021 Open Foris. All rights reserved.