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.util.adminui.AbstractBaseConfiguration

Packages that use AbstractBaseConfiguration
org.torweg.pulse.component.statistics.user Contains the controller(s) required for displaying the statistical information about Users. 
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 AbstractBaseConfiguration in org.torweg.pulse.component.statistics.user
 

Subclasses of AbstractBaseConfiguration in org.torweg.pulse.component.statistics.user
 class UserStatisticsControllerConfiguration
          The Configuration of the UserStatisticsController.
 class UserStatisticsPDFControllerConfiguration
          The Configuration of the UserStatisticsPDFController.
 

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

Subclasses of AbstractBaseConfiguration in org.torweg.pulse.component.statistics.view
 class AbstractStatisticsViewControllerConfiguration
          Abstract base-class to derive Configurations for the AbstractStatisticsViewControllers from.
 class GroupAnalysisViewControllerConfiguration
          The Configuration of the GroupAnalysisViewController.
 class GroupAnalysisViewReportControllerConfiguration
          The Configuration of the GroupAnalysisViewReportController.
 class OverViewControllerConfiguration
          The Configuration of the OverViewController.
 class OverViewReportControllerConfiguration
          The configuration of the OverViewReportController.
 class RefererAnalysisViewControllerConfiguration
          The Configuration of the RefererAnalysisViewController.
 class TechnicalInformationViewControllerConfiguration
          The Configuration of the TechnicalInformationViewController.
 class TimeAnalysisViewControllerConfiguration
          The Configuration of the TimeAnalysisViewController .
 class WestPanelControllerConfiguration
          The Configuration for the WestPanelController.