Class MainPageController
java.lang.Object
edu.kit.datamanager.takita.mainpage.MainPageController
Controls the interaction with the user interface concerning the main page and provides the api
endpoints for those functionalities. Delegates the tasks to the corresponding business logic.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MainPageController
-
-
Method Details
-
init
Delegates the task to initialize the possible filters and to show the dashboard related content.- Parameters:
model- the holder for model attributes. Used to pass attributes back to the view- Returns:
- the name of the html file to display
-