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 Details

    • MaintenanceModeController

      public MaintenanceModeController()
  • Method Details

    • getForm

      @RequestMapping(method={GET,HEAD}) public String getForm()
    • setMode

      @RequestMapping(method=POST) public org.springframework.web.servlet.ModelAndView setMode(String stop, String start, javax.servlet.http.HttpServletRequest request)