edu.sampleu.demo.kitchensink
Class DataAttributesTestUifController
java.lang.Object
org.kuali.rice.krad.web.controller.UifControllerBase
edu.sampleu.demo.kitchensink.DataAttributesTestUifController
@Controller
@RequestMapping(value="/data-attributes-test-uif-controller")
public class DataAttributesTestUifController
- extends UifControllerBase
a controller for the data attributes selenium test
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Method Summary |
protected UifFormBase |
createInitialForm(javax.servlet.http.HttpServletRequest request)
Called to create a new model(form) object when necessary. |
Methods inherited from class org.kuali.rice.krad.web.controller.UifControllerBase |
addBlankLine, addLine, cancel, checkForm, checkViewAuthorization, close, deleteLine, getBooleanDialogResponse, getMessageView, getStringDialogResponse, getUIFModelAndView, getUIFModelAndView, getViewService, hasDialogBeenAnswered, hasDialogBeenDisplayed, initForm, navigate, performFieldQuery, performFieldSuggest, performLookup, performRedirect, refresh, returnFromLightbox, returnToHistory, returnToHub, returnToPrevious, saveLine, showDialog, start |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataAttributesTestUifController
public DataAttributesTestUifController()
createInitialForm
protected UifFormBase createInitialForm(javax.servlet.http.HttpServletRequest request)
- Description copied from class:
UifControllerBase
- Called to create a new model(form) object when necessary. This usually occurs on the initial request
in a conversation (when the model is not present in the session). This method must be
overridden when extending a controller and using a different form type than the superclass.
- Specified by:
createInitialForm
in class UifControllerBase
- Parameters:
request
- - the http request that was made
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.