Uses of Class
com.xpn.xwiki.stats.impl.RefererStats
-
Packages that use RefererStats Package Description com.xpn.xwiki.api com.xpn.xwiki.stats.api com.xpn.xwiki.stats.impl com.xpn.xwiki.stats.impl.xwiki -
-
Uses of RefererStats in com.xpn.xwiki.api
Methods in com.xpn.xwiki.api that return types with arguments of type RefererStats Modifier and Type Method Description List<RefererStats>
Document. getCurrentMonthRefStats()
Get referer statistics for the current document during the current month. -
Uses of RefererStats in com.xpn.xwiki.stats.api
Methods in com.xpn.xwiki.stats.api that return types with arguments of type RefererStats Modifier and Type Method Description List<RefererStats>
XWikiStatsService. getRefererStatistics(String domain, Scope scope, Period period, Range range, XWikiContext context)
Retrieves referrer statistics. -
Uses of RefererStats in com.xpn.xwiki.stats.impl
Methods in com.xpn.xwiki.stats.impl that return types with arguments of type RefererStats Modifier and Type Method Description List<RefererStats>
XWikiStatsServiceImpl. getRefererStatistics(String domain, Scope scope, Period period, Range range, XWikiContext context)
-
Uses of RefererStats in com.xpn.xwiki.stats.impl.xwiki
Methods in com.xpn.xwiki.stats.impl.xwiki that return types with arguments of type RefererStats Modifier and Type Method Description List<RefererStats>
XWikiStatsReader. getRefererStatistics(String domain, Scope scope, Period period, Range range, XWikiContext context)
Retrieves referrer statistics.
-