com.day.cq.wcm.core.stats
Class PageViewPathBuilder

java.lang.Object
  extended by com.day.crx.statistics.PathBuilder
      extended by com.day.cq.wcm.core.stats.PageViewPathBuilder

public class PageViewPathBuilder
extends com.day.crx.statistics.PathBuilder

PageViewPathBuilder implements a PathBuilder for PageView instances.

Author:
asaar

Field Summary
static String STATS_NAME
          The name of the node that contains the statistical data about a page
 
Constructor Summary
PageViewPathBuilder(String path)
          Default constructor
 
Method Summary
 void formatPath(com.day.crx.statistics.Entry entry, StringBuffer buffer)
          Formats the path for a PageView instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATS_NAME

public static final String STATS_NAME
The name of the node that contains the statistical data about a page

See Also:
Constant Field Values
Constructor Detail

PageViewPathBuilder

public PageViewPathBuilder(String path)
Default constructor

Method Detail

formatPath

public void formatPath(com.day.crx.statistics.Entry entry,
                       StringBuffer buffer)
Formats the path for a PageView instance.

Overrides:
formatPath in class com.day.crx.statistics.PathBuilder
Parameters:
entry - a PageView instance
buffer - where to write the path to


Copyright © 2009 Day Management AG. All Rights Reserved.