Class UsageStatisticsExporter

    • Constructor Detail

      • UsageStatisticsExporter

        public UsageStatisticsExporter()
    • Method Detail

      • exportUsageStatisticsToDocument

        public static void exportUsageStatisticsToDocument​(org.jsoup.nodes.Document document)
        Export UsageStatistics entries to a document. It appends a <script> element to the <body> element.
        Parameters:
        document - the document where the statistic entries to be exported to.