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 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(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
-
-
Method Detail
-
formatPath
public void formatPath(Entry entry, java.lang.StringBuffer buffer)
Formats the path for aPageView
instance.- Overrides:
formatPath
in classPathBuilder
- Parameters:
entry
- aPageView
instancebuffer
- where to write the path to
-
-