edu.sampleu.kew.krad.controller
Class StatsController
java.lang.Object
org.kuali.rice.krad.web.controller.UifControllerBase
edu.sampleu.kew.krad.controller.StatsController
@Controller
@RequestMapping(value="/stats")
public class StatsController
- extends UifControllerBase
This is a description of what this class does - Venkat don't forget to fill this in.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Method Summary |
protected Class<StatsForm> |
formType()
Called to create a new model(form) object when
necessary. |
StatsService |
getStatsService()
|
org.springframework.web.servlet.ModelAndView |
start(UifFormBase form,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Initial method called when requesting a new view instance which forwards
the view for rendering |
Methods inherited from class org.kuali.rice.krad.web.controller.UifControllerBase |
addLine, addMethodToCallToUncheckedList, cancel, checkAuthorization, close, createInitialForm, deleteLine, getMethodToCallsToNotCheckAuthorization, getRoleQualification, getSessionDocumentService, getUIFModelAndView, getUIFModelAndView, getUIFModelAndView, getViewService, initForm, navigate, performFieldQuery, performFieldSuggest, performLookup, performRedirect, refresh, returnToHistory, returnToHub, returnToPrevious, toggleInactiveRecordDisplay, updateComponent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatsController
public StatsController()
formType
protected Class<StatsForm> formType()
- 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:
formType
in class UifControllerBase
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)
- Description copied from class:
UifControllerBase
- Initial method called when requesting a new view instance which forwards
the view for rendering
- Overrides:
start
in class UifControllerBase
getStatsService
public StatsService getStatsService()
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.