Package com.day.cq.wcm.core.stats
Class PageViewPathBuilder
java.lang.Object
com.day.crx.statistics.PathBuilder
com.day.cq.wcm.core.stats.PageViewPathBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the node that contains the statistical data about a page -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidformatPath(Entry entry, StringBuffer buffer) Formats the path for aPageViewinstance.
-
Field Details
-
STATS_NAME
The name of the node that contains the statistical data about a page- See Also:
-
-
Constructor Details
-
PageViewPathBuilder
Default constructor- Parameters:
path- The given path.
-
-
Method Details
-
formatPath
Formats the path for aPageViewinstance.- Overrides:
formatPathin classPathBuilder- Parameters:
entry- aPageViewinstancebuffer- where to write the path to
-