Package com.day.cq.wcm.core.stats
Interface PageViewStatistics
-
- All Known Implementing Classes:
PageViewStatisticsImpl
public interface PageViewStatistics
Utility to access configuration and shortcut Page-report
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.URI
getTrackingURI()
Get the URI that is supposed to receive tracking data from this instance.java.net.URL
getTrackingURL()
Get the URL that is supposed to receive tracking data from this instancejava.lang.Object[]
report(Page page)
Run a report for the given page
-
-
-
Method Detail
-
getTrackingURL
java.net.URL getTrackingURL()
Get the URL that is supposed to receive tracking data from this instance- Returns:
- or
null
if none configured
-
getTrackingURI
java.net.URI getTrackingURI()
Get the URI that is supposed to receive tracking data from this instance.- Returns:
- or
null
if none configured
-
report
java.lang.Object[] report(Page page) throws WCMException
Run a report for the given page- Parameters:
page
- to report- Returns:
- report or
null
if none at all - Throws:
WCMException
- in case of error running report
-
-