org.kuali.rice.krad.web.controller
Class ModuleLockedController

java.lang.Object
  extended by 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)

Field Summary
static 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.
static String MODULE_PARAMETER
           
 
Constructor Summary
ModuleLockedController()
           
 
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
 

Field Detail

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

ModuleLockedController

public ModuleLockedController()
Method Detail

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.