Class ModuleLockedController

java.lang.Object
org.kuali.rice.krad.web.controller.UifControllerBase
org.kuali.rice.krad.web.controller.ModuleLockedController

@Controller public class ModuleLockedController extends UifControllerBase
Loads the module locked view when a user accesses a module which has been locked for maintenance
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Field Details

  • Constructor Details

    • ModuleLockedController

      public ModuleLockedController()
  • Method Details

    • createInitialForm

      protected UifFormBase createInitialForm()
      Description copied from class: UifControllerBase
      Invoked to create a new form instance for the request before it is passed to the Binder/BeanWrapper.
      Specified by:
      createInitialForm in class UifControllerBase
      Returns:
      UifFormBase instance that will be used for data binding and backing the view.
    • moduleLocked

      @MethodAccessible @RequestMapping("/module-locked") public org.springframework.web.servlet.ModelAndView moduleLocked(@ModelAttribute("KualiForm") UifFormBase form, @RequestParam(value="moduleNamespace",required=true) String moduleNamespaceCode)
      Retrieves the module locked message test from a system parameter and then returns the message view