Interface IMainPageService

All Known Implementing Classes:
MainPageService

public interface IMainPageService
Interface for MainPageService. Provides method to update model.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(org.springframework.ui.Model model)
    Updates model for mainPage.
  • Method Details

    • update

      void update(org.springframework.ui.Model model)
      Updates model for mainPage.
      Parameters:
      model - the holder for model attributes, used to pass attributes back to the view.