public interface NavigationControllerService
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
back(UifFormBase form)
Returns back to a previous URL by looking at various return mechanisms in HistoryFlow and on the form.
|
org.springframework.web.servlet.ModelAndView |
navigate(UifFormBase form)
Invoked to navigate to a new page within the view.
|
org.springframework.web.servlet.ModelAndView |
returnToHistory(UifFormBase form,
boolean returnToPrevious,
boolean returnToApplicationHome,
boolean returnToFlowStart)
Invoked to navigate back to a point in the user's history.
|
org.springframework.web.servlet.ModelAndView |
returnToHub(UifFormBase form)
Invoked to navigate back to the first page in the user's history.
|
org.springframework.web.servlet.ModelAndView |
returnToPrevious(UifFormBase form)
Invoked to navigate back one page in the user's history.
|
org.springframework.web.servlet.ModelAndView back(UifFormBase form)
Method supports the general back action component.
form - form instance containing the model dataorg.springframework.web.servlet.ModelAndView returnToPrevious(UifFormBase form)
form - form instance containing the model dataorg.springframework.web.servlet.ModelAndView returnToHub(UifFormBase form)
form - form instance containing the model dataorg.springframework.web.servlet.ModelAndView returnToHistory(UifFormBase form, boolean returnToPrevious, boolean returnToApplicationHome, boolean returnToFlowStart)
form - form instance containing the model datareturnToApplicationHome - indicates whether the user should be returned to the application home URLorg.springframework.web.servlet.ModelAndView navigate(UifFormBase form)
form - form instance containing the model dataCopyright © 2005–2018 The Kuali Foundation. All rights reserved.