MVTStatistics.java 480 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.day.cq.wcm.api.Page
 *  com.day.cq.wcm.api.WCMException
 */
package com.day.cq.wcm.core.mvt;

import com.day.cq.wcm.api.Page;
import com.day.cq.wcm.api.WCMException;
import java.net.URI;
import java.net.URL;

@Deprecated
public interface MVTStatistics {
    public URL getTrackingURL();

    public URI getTrackingURI();

    public Iterable<Object[]> report(Page var1) throws WCMException;
}