Class GlobalModelAttributes
java.lang.Object
com.knezevic.edaf.v3.web.controller.GlobalModelAttributes
Provides shared model attributes for all Thymeleaf pages.
-
Constructor Summary
ConstructorsConstructorDescriptionGlobalModelAttributes(DashboardStatsService dashboardStatsService, org.springframework.beans.factory.ObjectProvider<org.springframework.boot.info.BuildProperties> buildPropertiesProvider, String frameworkVersion) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
GlobalModelAttributes
public GlobalModelAttributes(DashboardStatsService dashboardStatsService, org.springframework.beans.factory.ObjectProvider<org.springframework.boot.info.BuildProperties> buildPropertiesProvider, @Value("${edaf.framework.version:}") String frameworkVersion)
-
-
Method Details
-
dashboardSummary
@ModelAttribute("dashboardSummary") public DashboardStatsService.DashboardSummary dashboardSummary() -
frameworkVersion
-