Package org.kuali.rice.krad.document
Class InitiatedDocumentInfoController
java.lang.Object
org.kuali.rice.krad.web.controller.UifControllerBase
org.kuali.rice.krad.document.InitiatedDocumentInfoController
@Controller
@RequestMapping("initdocinfo")
public class InitiatedDocumentInfoController
extends UifControllerBase
Controller for the intiated document view.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInvoked to create a new form instance for the request before it is passed to the Binder/BeanWrapper.Methods inherited from class org.kuali.rice.krad.web.controller.UifControllerBase
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
-
Constructor Details
-
InitiatedDocumentInfoController
public InitiatedDocumentInfoController()
-
-
Method Details
-
createInitialForm
Description copied from class:UifControllerBaseInvoked to create a new form instance for the request before it is passed to the Binder/BeanWrapper.- Specified by:
createInitialFormin classUifControllerBase- Returns:
- UifFormBase instance that will be used for data binding and backing the view.
-