Class DataBackupController
java.lang.Object
org.openforis.collect.web.controller.BasicController
org.openforis.collect.web.controller.DataBackupController
- Author:
- S. Ricci
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddownloadLastBackup(javax.servlet.http.HttpServletResponse response, String surveyName) Methods inherited from class org.openforis.collect.web.controller.BasicController
generateFormValidationResponse, getSessionState
-
Constructor Details
-
DataBackupController
public DataBackupController()
-
-
Method Details
-
downloadLastBackup
@Secured("ROLE_ADMIN") @RequestMapping(value="/surveys/{surveyName}/data/backup/last", method=GET) public void downloadLastBackup(javax.servlet.http.HttpServletResponse response, @PathVariable String surveyName) throws IOException - Throws:
IOException
-