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 SummaryConstructors Constructor Description MaintenanceModeController()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetForm()ModelAndViewsetMode(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) 
 
- 
 
-