@Deprecated
public class Click
extends Entry
Click provides an Entry for storing click statistics
about a page and its MVT variables.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLICKS
Deprecated.
Prefix of the properties that contain the click count
|
static java.lang.String |
ROLLING_MONTH_COUNT
Deprecated.
Prefix of the properties that contain the rolling month count
|
static java.lang.String |
ROLLING_WEEK_COUNT
Deprecated.
Prefix of the properties that contain the rolling week count
|
| Constructor and Description |
|---|
Click(java.lang.String pathPrefix,
Page page,
java.lang.String variables)
Deprecated.
Creates a new
Click instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
write(Node node)
Deprecated.
Writes the statistics to the passed node.
|
public static final java.lang.String CLICKS
public static final java.lang.String ROLLING_WEEK_COUNT
public static final java.lang.String ROLLING_MONTH_COUNT
public Click(java.lang.String pathPrefix,
Page page,
java.lang.String variables)
Click instance.pathPrefix - the location where the entry information will be
storedpage - the page that was clickedvariables - the variable that were present when the page was
clicked."Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"