Class UsageStatisticsExporter

java.lang.Object
com.vaadin.flow.internal.UsageStatisticsExporter
All Implemented Interfaces:
Serializable

public class UsageStatisticsExporter extends Object implements Serializable
A class for exporting UsageStatistics entries.

For internal use only. May be renamed or removed in a future release.

Since:
3.0
Author:
Vaadin Ltd
See Also:
  • Constructor Details

    • UsageStatisticsExporter

      public UsageStatisticsExporter()
  • Method Details

    • 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.