ComponentService.java
528 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* com.day.cq.wcm.api.components.Component
* org.apache.sling.api.resource.ResourceResolver
*/
package com.day.cq.analytics.impl;
import com.day.cq.analytics.impl.ComponentFilter;
import com.day.cq.wcm.api.components.Component;
import java.util.Collection;
import org.apache.sling.api.resource.ResourceResolver;
public interface ComponentService {
public Collection<Component> getComponents(ResourceResolver var1, ComponentFilter var2);
}