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 Type
    Method
    Description
    org.springframework.web.servlet.ModelAndView
    Invoked when returning from another view.
  • Method Details

    • refresh

      org.springframework.web.servlet.ModelAndView refresh(UifFormBase form)
      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