Class PageViewStatisticsImpl

  • All Implemented Interfaces:
    PageViewStatistics

    @Service
    public class PageViewStatisticsImpl
    extends java.lang.Object
    implements 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:
    PageViewStatistics
    • Method Summary

      All Methods Instance Methods Concrete 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 instance
      java.lang.Object[] report​(Page page)
      Run a report for the given page
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait