@Controller public class ModuleLockedController extends UifControllerBase
Modifier and Type | Field and Description |
---|---|
static String |
MODULE_PARAMETER |
Constructor and Description |
---|
ModuleLockedController() |
Modifier and Type | Method and Description |
---|---|
protected UifFormBase |
createInitialForm(javax.servlet.http.HttpServletRequest request)
Called to create a new model(form) object when necessary.
|
org.springframework.web.servlet.ModelAndView |
moduleLocked(UifFormBase form,
String moduleNamespaceCode)
Retrieves the module locked message test from a system parameter and then returns the message view
|
addBlankLine, addLine, back, cancel, checkForm, checkViewAuthorization, createDataTablesPagingHelperInstance, defaultMapping, deleteLine, getBooleanDialogResponse, getMessageView, getStringDialogResponse, getUIFModelAndView, getUIFModelAndView, getUIFModelAndView, getUIFModelAndViewWithInit, getViewService, hasDialogBeenAnswered, hasDialogBeenDisplayed, initForm, navigate, performFieldQuery, performFieldSuggest, performLookup, performRedirect, performRedirect, refresh, resetDialogStatus, retrieveCollectionPage, retrieveOriginalComponent, returnFromLightbox, returnToHistory, returnToHub, returnToPrevious, saveLine, sessionTimeout, showDialog, start, tableCsvRetrieval, tableJsonRetrieval, tableXlsRetrieval, tableXmlRetrieval
public static final String MODULE_PARAMETER
public ModuleLockedController()
protected UifFormBase createInitialForm(javax.servlet.http.HttpServletRequest request)
UifControllerBase
createInitialForm
in class UifControllerBase
request
- - the http request that was made@RequestMapping(value="/module-locked") public org.springframework.web.servlet.ModelAndView moduleLocked(@ModelAttribute(value="KualiForm") UifFormBase form, @RequestParam(value="moduleNamespace",required=true) String moduleNamespaceCode)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.