|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xpn.xwiki.objects.BaseElement<R>
com.xpn.xwiki.objects.BaseCollection
com.xpn.xwiki.stats.impl.XWikiStats
com.xpn.xwiki.stats.impl.RefererStats
public class RefererStats
The referer statistics database object.
Nested Class Summary | |
---|---|
static class |
RefererStats.Property
The properties of document statistics object. |
Field Summary |
---|
Fields inherited from class com.xpn.xwiki.objects.BaseCollection |
---|
currentReferenceDocumentReferenceResolver, fields, fieldsToRemove, number, relativeEntityReferenceResolver |
Fields inherited from class com.xpn.xwiki.objects.BaseElement |
---|
localEntityReferenceSerializer, referenceCache |
Constructor Summary | |
---|---|
RefererStats()
Default RefererStats constructor. |
|
RefererStats(String docName,
String referer,
Date periodDate,
StatsUtil.PeriodType periodType)
|
Method Summary | |
---|---|
String |
getReferer()
|
URL |
getURL()
|
void |
setReferer(String referer)
|
Methods inherited from class com.xpn.xwiki.stats.impl.XWikiStats |
---|
equals, fromXML, getLocalKey, getPageViews, getPeriod, hashCode, incPageViews, setPageViews, setPeriod, toXML |
Methods inherited from class com.xpn.xwiki.objects.BaseElement |
---|
createReference, getDocumentReference, getId, getLocalUidStringEntityReferenceSerializer, getName, getPrettyName, getReference, setId, setPrettyName |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.xpn.xwiki.objects.ElementInterface |
---|
getDocumentReference, getName, getReference |
Constructor Detail |
---|
public RefererStats()
RefererStats
constructor.
public RefererStats(String docName, String referer, Date periodDate, StatsUtil.PeriodType periodType)
docName
- the name of the wiki/space/document.referer
- the referer.periodDate
- the date of the period.periodType
- the type of the period.Method Detail |
---|
public String getReferer()
public void setReferer(String referer)
referer
- the referer.public URL getURL()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |