@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()
Invoked to create a new form instance for the request before it is passed to the Binder/BeanWrapper.
|
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, 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
public static final String MODULE_PARAMETER
public ModuleLockedController()
protected UifFormBase createInitialForm()
UifControllerBase
createInitialForm
in class UifControllerBase
@MethodAccessible @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–2014 The Kuali Foundation. All rights reserved.