Package | Description |
---|---|
com.xpn.xwiki.stats.impl | |
com.xpn.xwiki.stats.impl.xwiki |
Modifier and Type | Method and Description |
---|---|
static StatsUtil.PeriodType |
StatsUtil.PeriodType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatsUtil.PeriodType[] |
StatsUtil.PeriodType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static int |
StatsUtil.getPeriodAsInt(Date date,
StatsUtil.PeriodType type)
|
Constructor and Description |
---|
DocumentStats(String docName,
String action,
Date periodDate,
StatsUtil.PeriodType periodType) |
RefererStats(String docName,
String referer,
Date periodDate,
StatsUtil.PeriodType periodType) |
VisitStats(String user,
String uniqueID,
String cookie,
String ip,
String userAgent,
Date startDate,
StatsUtil.PeriodType periodType) |
XWikiStats(Date periodDate,
StatsUtil.PeriodType periodtype) |
Modifier and Type | Field and Description |
---|---|
protected StatsUtil.PeriodType |
AbstractStatsStoreItem.periodType
The period type.
|
Constructor and Description |
---|
AbstractStatsStoreItem(String name,
Date periodDate,
StatsUtil.PeriodType periodType,
XWikiContext context) |
DocumentStatsStoreItem(String name,
Date periodDate,
StatsUtil.PeriodType periodType,
String action,
boolean isVisit,
XWikiContext context)
Create new instance of
DocumentStatsStoreItem . |
RefererStatsStoreItem(String name,
Date periodDate,
StatsUtil.PeriodType periodType,
String referer,
XWikiContext context)
Create new instance of
RefererStatsStoreItem . |
Copyright © 2004–2022 XWiki. All rights reserved.