Package com.day.crx.statistics.result
Class ResultSelectedPathBuilder
java.lang.Object
com.day.crx.statistics.PathBuilder
com.day.crx.statistics.result.ResultSelectedPathBuilder
ResultSelectedPathBuilder implements a path builder for
ResultSelected instances.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the node that contains the statistical data about a result page. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidformatPath(Entry entry, StringBuffer buffer) Formats the path for aResultSelectedinstance.
-
Field Details
-
STATS_NAME
The name of the node that contains the statistical data about a result page.- See Also:
-
-
Constructor Details
-
ResultSelectedPathBuilder
public ResultSelectedPathBuilder()Default constructor.
-
-
Method Details
-
formatPath
Formats the path for aResultSelectedinstance.- Overrides:
formatPathin classPathBuilder- Parameters:
entry- aResultSelectedinstance.buffer- where to write the path to.
-