We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.internal.
Package com.vaadin.flow.internal
Class UsageStatisticsExporter
java.lang.Object
com.vaadin.flow.internal.UsageStatisticsExporter
All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
exportUsageStatisticsToDocument
(org.jsoup.nodes.Document document) Export
UsageStatistics
entries to a document.
-
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.
-