AnalyticsPageNameProvider.java 553 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  aQute.bnd.annotation.ConsumerType
 *  org.apache.sling.api.resource.Resource
 */
package com.day.cq.analytics.sitecatalyst;

import aQute.bnd.annotation.ConsumerType;
import com.day.cq.analytics.sitecatalyst.AnalyticsPageNameContext;
import org.apache.sling.api.resource.Resource;

@ConsumerType
public interface AnalyticsPageNameProvider {
    public String getPageName(AnalyticsPageNameContext var1);

    public Resource getResource(AnalyticsPageNameContext var1);
}