TargetedContentHelper.java 696 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  aQute.bnd.annotation.ProviderType
 *  org.apache.sling.api.resource.ResourceResolver
 */
package com.day.cq.personalization;

import aQute.bnd.annotation.ProviderType;
import com.day.cq.personalization.Location;
import com.day.cq.personalization.dto.LocationItem;
import org.apache.sling.api.resource.ResourceResolver;

import java.util.List;

@Deprecated
@ProviderType
public interface TargetedContentHelper {
    @Deprecated
    public List<LocationItem> findLocationsPaths(ResourceResolver var1, String[] var2);

    public /* varargs */ List<Location> findLocations(ResourceResolver var1, String ... var2);
}