Package org.kuali.rice.krad.web.service
Interface RefreshControllerService
- All Known Implementing Classes:
RefreshControllerServiceImpl
public interface RefreshControllerService
Controller service that handles the refresh method.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.ModelAndViewrefresh(UifFormBase form) Invoked when returning from another view.
-
Method Details
-
refresh
Invoked when returning from another view.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.
- Parameters:
form- form instance containing the model data- Returns:
- ModelAndView instance for rendering the view
-