Class AbstractDashboardProvider

    • Constructor Detail

      • AbstractDashboardProvider

        public AbstractDashboardProvider()
    • Method Detail

      • renderDashboard

        public HTMLResponse renderDashboard​(Dashboard dashboard,
                                            java.util.Map<java.lang.String,​java.lang.Object> opts)
        render the dashboard template
        Specified by:
        renderDashboard in interface DashboardProvider
        Parameters:
        dashboard - the dashboard to render
        opts - request option map
        Returns:
      • getDashboardScriptPath

        public java.lang.String getDashboardScriptPath​(Dashboard dashboard,
                                                       java.util.Map<java.lang.String,​java.lang.Object> opts)
        get the relative url path for the script for this dashboard
        Specified by:
        getDashboardScriptPath in interface DashboardProvider
        Parameters:
        dashboard - the dashboard to get the script for
        opts - request option map
        Returns: