edu.sampleu.demo.kitchensink
Class ConfigurationTestViewUifController
java.lang.Object
org.kuali.rice.krad.web.controller.UifControllerBase
edu.sampleu.demo.kitchensink.ConfigurationTestViewUifController
@Controller
@RequestMapping(value="/configuration-test-view-uif-controller")
public class ConfigurationTestViewUifController
- extends UifControllerBase
a controller for the configuration test view
- 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. |
org.springframework.web.servlet.ModelAndView |
start(UifFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
places a message containing apostrophes into the message map for display as a growl |
Methods inherited from class org.kuali.rice.krad.web.controller.UifControllerBase |
addBlankLine, addLine, cancel, checkForm, checkViewAuthorization, close, defaultMapping, deleteLine, getBooleanDialogResponse, getMessageView, getStringDialogResponse, getUIFModelAndView, getUIFModelAndView, getViewService, hasDialogBeenAnswered, hasDialogBeenDisplayed, initForm, navigate, performFieldQuery, performFieldSuggest, performLookup, performRedirect, refresh, returnFromLightbox, returnToHistory, returnToHub, returnToPrevious, saveLine, showDialog |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationTestViewUifController
public ConfigurationTestViewUifController()
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
start
@RequestMapping(params="methodToCall=start")
public org.springframework.web.servlet.ModelAndView start(@ModelAttribute(value="KualiForm")
UifFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
- places a message containing apostrophes into the message map for display as a growl
- Overrides:
start
in class UifControllerBase
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.