Class ModuleLockedController
java.lang.Object
org.kuali.rice.krad.web.controller.UifControllerBase
org.kuali.rice.krad.web.controller.ModuleLockedController
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected UifFormBaseInvoked to create a new form instance for the request before it is passed to the Binder/BeanWrapper.org.springframework.web.servlet.ModelAndViewmoduleLocked(UifFormBase form, String moduleNamespaceCode) Retrieves the module locked message test from a system parameter and then returns the message viewMethods inherited from class org.kuali.rice.krad.web.controller.UifControllerBase
addBlankLine, addFileUploadLine, addLine, back, cancel, checkForm, closeEditLineDialog, defaultMapping, deleteFileUploadLine, deleteLine, editLine, getCollectionControllerService, getControllerService, getFileControllerService, getFileFromLine, getMessageView, getModelAndView, getModelAndView, getModelAndView, getModelAndViewService, getModelAndViewWithInit, getModelAndViewWithInit, getNavigationControllerService, getQueryControllerService, getRefreshControllerService, getSaveControllerService, initForm, navigate, performFieldQuery, performFieldSuggest, performLookup, performRedirect, performRedirect, refresh, retrieveCollectionPage, retrieveEditLineDialog, returnToHub, returnToPrevious, save, saveField, saveLine, sessionTimeout, setCollectionControllerService, setControllerService, setFileControllerService, setModelAndViewService, setNavigationControllerService, setQueryControllerService, setRefreshControllerService, setSaveControllerService, showDialog, start, tableJsonRetrieval
-
Field Details
-
MODULE_PARAMETER
- See Also:
-
-
Constructor Details
-
ModuleLockedController
public ModuleLockedController()
-
-
Method Details
-
createInitialForm
Description copied from class:UifControllerBaseInvoked to create a new form instance for the request before it is passed to the Binder/BeanWrapper.- Specified by:
createInitialFormin classUifControllerBase- 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
-