Package com.day.cq.wcm.core.stats
Class PageViewStatisticsImpl
java.lang.Object
com.day.cq.wcm.core.stats.PageViewStatisticsImpl
- All Implemented Interfaces:
PageViewStatistics
Little utility for Page-Statistics. Allows to configure the
URL to be called for tracking page-views. Contains
convenience for the running of the impression statistics. Is a hook to add
possible access to remote reports.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the URI that is supposed to receive tracking data from this instance.Get the URL that is supposed to receive tracking data from this instanceObject[]Run a report for the given page
-
Constructor Details
-
PageViewStatisticsImpl
public PageViewStatisticsImpl()
-
-
Method Details
-
getTrackingURL
Description copied from interface:PageViewStatisticsGet the URL that is supposed to receive tracking data from this instance- Specified by:
getTrackingURLin interfacePageViewStatistics- Returns:
- or
nullif none configured - See Also:
-
getTrackingURI
Description copied from interface:PageViewStatisticsGet the URI that is supposed to receive tracking data from this instance.- Specified by:
getTrackingURIin interfacePageViewStatistics- Returns:
- or
nullif none configured - See Also:
-
report
Description copied from interface:PageViewStatisticsRun a report for the given page- Specified by:
reportin interfacePageViewStatistics- Parameters:
page- to report- Returns:
- report or
nullif none at all - Throws:
WCMException- in case of error running report- See Also:
-