Class GlobalModelAttributes

java.lang.Object
com.knezevic.edaf.v3.web.controller.GlobalModelAttributes

@ControllerAdvice public final class GlobalModelAttributes extends Object
Provides shared model attributes for all Thymeleaf pages.
  • 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