Class 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 Detail

      • MaintenanceModeController

        public MaintenanceModeController()
    • Method Detail

      • 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)