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.
Class UsageStatisticsExporter
- java.lang.Object
-
- com.vaadin.flow.internal.UsageStatisticsExporter
-
All Implemented Interfaces:
public class UsageStatisticsExporter extends Object implements Serializable
A class for exporting
UsageStatistics
entries.Since:
3.0
Author:
Vaadin Ltd
See Also:
-
-
Constructor Summary
Constructors Constructor and Description UsageStatisticsExporter()
-
Method Summary
All Methods Modifier and Type Method and Description static void
exportUsageStatisticsToDocument(org.jsoup.nodes.Document document)
Export
UsageStatistics
entries to a document.
-
-
-
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.
-
-