Class DataBackupController
- java.lang.Object
-
- org.openforis.collect.web.controller.BasicController
-
- org.openforis.collect.web.controller.DataBackupController
-
@Controller public class DataBackupController extends BasicController
- Author:
- S. Ricci
-
-
Constructor Summary
Constructors Constructor Description DataBackupController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddownloadLastBackup(javax.servlet.http.HttpServletResponse response, String surveyName)-
Methods inherited from class org.openforis.collect.web.controller.BasicController
generateFormValidationResponse, getSessionState
-
-
-
-
Method Detail
-
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
-
-