Package com.day.cq.wcm.core.stats
Class PageView
- java.lang.Object
-
- com.day.crx.statistics.Entry
-
- com.day.cq.wcm.core.stats.PageView
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ROLLING_MONTH_COUNT
Name of the property that contains the rolling month countstatic java.lang.String
ROLLING_WEEK_COUNT
Name of the property that contains the rolling week countstatic java.lang.String
VIEWS
Name of the property that contains the view count
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(Node node)
Writes the statistics to the passed node.-
Methods inherited from class com.day.crx.statistics.Entry
getPath, getPathPrefix, getTimestamp, setPathPrefix, setTimestamp, write
-
-
-
-
Field Detail
-
VIEWS
public static final java.lang.String VIEWS
Name of the property that contains the view count- See Also:
- Constant Field Values
-
ROLLING_WEEK_COUNT
public static final java.lang.String ROLLING_WEEK_COUNT
Name of the property that contains the rolling week count- See Also:
- Constant Field Values
-
ROLLING_MONTH_COUNT
public static final java.lang.String ROLLING_MONTH_COUNT
Name of the property that contains the rolling month count- See Also:
- Constant Field Values
-
-
Method Detail
-
write
public void write(Node node) throws RepositoryException
Writes the statistics to the passed node.- Overrides:
write
in classEntry
- Parameters:
node
- the node where to write the statistics- Throws:
RepositoryException
- if an error occurs while writing
-
-