ExperienceLogConfig.java
364 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* org.apache.sling.api.SlingHttpServletRequest
*/
package com.adobe.cq.experiencelog;
import org.apache.sling.api.SlingHttpServletRequest;
public interface ExperienceLogConfig {
public boolean isEnabled(SlingHttpServletRequest var1);
public String getTrackingScript();
}