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.StringSTATS_NAMEThe 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 voidformatPath(Entry entry, java.lang.StringBuffer buffer)Formats the path for aPageViewinstance. 
 - 
 
- 
- 
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 aPageViewinstance.- Overrides:
 formatPathin classPathBuilder- Parameters:
 entry- aPageViewinstancebuffer- where to write the path to
 
 - 
 
 -