Package com.day.cq.wcm.core.stats
Class PageViewPathBuilder
- java.lang.Object
-
- com.day.crx.statistics.PathBuilder
-
- com.day.cq.wcm.core.stats.PageViewPathBuilder
-
public class PageViewPathBuilder extends com.day.crx.statistics.PathBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
STATS_NAME
The name of the node that contains the statistical data about a page
-
Constructor Summary
Constructors Constructor Description PageViewPathBuilder(java.lang.String path)
Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
formatPath(com.day.crx.statistics.Entry entry, java.lang.StringBuffer buffer)
Formats the path for aPageView
instance.
-
-
-
Field Detail
-
STATS_NAME
public static final java.lang.String STATS_NAME
The name of the node that contains the statistical data about a page- See Also:
- Constant Field Values
-
-