Class HomeController
java.lang.Object
com.iu.javadatastructureslab.controller.HomeController
Serves the landing page with project statistics.
-
Constructor Summary
ConstructorsConstructorDescriptionHomeController(ProjectStatsService projectStatsService) Creates the controller with the stats service. -
Method Summary
-
Constructor Details
-
HomeController
Creates the controller with the stats service.- Parameters:
projectStatsService- service for computing project stats
-
-
Method Details
-
home
Renders the home page with dynamic stats.- Parameters:
model- model used to expose view attributes- Returns:
- the home view name
-