Class MaintenanceModeController
- java.lang.Object
-
- ubic.gemma.web.controller.common.auditAndSecurity.MaintenanceModeController
-
@Controller @RequestMapping("/admin/maintenanceMode.html") public class MaintenanceModeController extends Object
Performs actions required when we wish to indicate that the system is undergoing maintenance and many not behave normally.- Author:
- pavlidis
-
-
Constructor Summary
Constructors Constructor Description MaintenanceModeController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getForm()
ModelAndView
setMode(String stop, String start, javax.servlet.http.HttpServletRequest request)
-
-
-
Method Detail
-
getForm
@RequestMapping(method=GET) public String getForm()
-
setMode
@RequestMapping(method=POST) public ModelAndView setMode(String stop, String start, javax.servlet.http.HttpServletRequest request)
-
-