org.kuali.rice.krad.web.controller
Class ModuleLockedController
java.lang.Object
   org.kuali.rice.krad.web.controller.ModuleLockedController
org.kuali.rice.krad.web.controller.ModuleLockedController
- @Controller
public class ModuleLockedController 
- extends Object
This simple controller 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)
 
 
| Method Summary | 
|  org.springframework.web.servlet.ModelAndView | moduleLocked(String moduleNamespaceCode)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MODULE_LOCKED_MESSAGE
public static final String MODULE_LOCKED_MESSAGE
- Constant defined to match with method call in moduleLocked.jsp which is
 set to a message that is displayed when the module is locked.
 
- See Also:
- Constant Field Values
 
MODULE_PARAMETER
public static final String MODULE_PARAMETER
- See Also:
- Constant Field Values
ModuleLockedController
public ModuleLockedController()
moduleLocked
@RequestMapping(value="/module-locked")
public org.springframework.web.servlet.ModelAndView moduleLocked(@RequestParam(value="moduleNamespace",required=true)
                                                                                String moduleNamespaceCode)
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.