@Controller public class ModuleLockedController extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
ModuleLockedController() |
Modifier and Type | Method and Description |
---|---|
org.springframework.web.servlet.ModelAndView |
moduleLocked(String moduleNamespaceCode) |
public static final String MODULE_LOCKED_MESSAGE
public static final String MODULE_PARAMETER
public ModuleLockedController()
@RequestMapping(value="/module-locked") public org.springframework.web.servlet.ModelAndView moduleLocked(@RequestParam(value="moduleNamespace",required=true) String moduleNamespaceCode)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.