public interface ControllerService
Modifier and Type | Method and Description |
---|---|
org.springframework.web.servlet.ModelAndView |
cancel(UifFormBase form)
Invoked when the cancel action is invoked on a view.
|
void |
checkViewAuthorization(UifFormBase form)
Invokes the configured
ViewAuthorizer to verify the user has access to
open the view. |
org.springframework.web.servlet.ModelAndView |
sessionTimeout(UifFormBase form)
Invoked when a session timeout occurs.
|
org.springframework.web.servlet.ModelAndView |
start(UifFormBase form)
Initial method called when requesting a new view instance.
|
org.springframework.web.servlet.ModelAndView start(UifFormBase form)
form
- form instance containing the model datavoid checkViewAuthorization(UifFormBase form) throws AuthorizationException
ViewAuthorizer
to verify the user has access to
open the view.AuthorizationException
- thrown if user does not have access to the vieworg.springframework.web.servlet.ModelAndView sessionTimeout(UifFormBase form)
form
- form instance containing the model dataorg.springframework.web.servlet.ModelAndView cancel(UifFormBase form)
form
- form instance containing the model dataCopyright © 2005–2016 The Kuali Foundation. All rights reserved.