public interface RefreshControllerService
| Modifier and Type | Method and Description | 
|---|---|
| org.springframework.web.servlet.ModelAndView | refresh(UifFormBase form)Invoked when returning from another view. | 
org.springframework.web.servlet.ModelAndView refresh(UifFormBase form)
Several places in the framework do a return from a view to another view. Examples are return from a lookup, breadcrumb navigation, and navigation methods provided by the controller. This is the default method invoked when returning to perform any additional functionality.
form - form instance containing the model dataCopyright © 2005–2016 The Kuali Foundation. All rights reserved.