pulse - the web application framework Get pulse at SourceForge.net. Fast, secure and Free Open Source software downloads Ohloh project report for pulse-java

Uses of Class
org.torweg.pulse.component.statistics.view.AbstractStatisticsController

Packages that use AbstractStatisticsController
org.torweg.pulse.component.statistics.view Contains the controllers for initialising the statistics west panel within the website administration UI displaying the statistical information within the pulse website administration UIgenerating statistical reports. 
 

Uses of AbstractStatisticsController in org.torweg.pulse.component.statistics.view
 

Subclasses of AbstractStatisticsController in org.torweg.pulse.component.statistics.view
 class AbstractStatisticsViewController<T extends AbstractStatisticsViewControllerConfiguration,U extends AbstractStatisticsViewControllerResultData,V extends AbstractStatisticsViewControllerResult<U>>
          Abstract base-class to derive a "view" for statistical data from.
 class GroupAnalysisViewController
          Provides the data for the "group analysis view" of the pulse website administration UI of the statistics component.
 class GroupAnalysisViewReportController
          Provides reporting functionality for the statistics group analysis view.
 class OverViewController
          Provides the data for the "overview view" of the pulse website administration UI of the statistics component.
 class OverViewGFXController
          Extends the OverViewController with charting abilities based on the data as provided by the OverViewController (created with JFreeChartTM).
 class OverViewReportController
          Provides reporting functionality for the statistics overview.
 class RefererAnalysisViewController
          Manages the "referer analysis tree" view of the pulse website administration UI of the statistics component.
 class RefererAnalysisViewReportController
          Provides reporting functionality for the statistics overview.
 class TechnicalInformationViewController
           
 class TechnicalInformationViewReportController
          Provides reporting functionality for the statistics technical information view.
 class TimeAnalysisViewController
          Provides the data for the "time analysis view" of the pulse website administration UI of the statistics component.
 class TimeAnalysisViewGFXController
          Extends the TimeAnalysisViewController with charting abilities based on the data as provided by the TimeAnalysisViewController (created with JFreeChartTM).
 class TimeAnalysisViewReportController
          Provides reporting functionality for the statistics time analysis view.
 class WestPanelController
          Initialises the west-panel of the statistics within the pulse website-administration.