PageInfoAggregator.java
466 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* org.apache.sling.api.SlingHttpServletRequest
* org.apache.sling.api.resource.Resource
*/
package com.day.cq.wcm.api;
import java.util.Map;
import org.apache.sling.api.SlingHttpServletRequest;
import org.apache.sling.api.resource.Resource;
public interface PageInfoAggregator {
public Map<String, Object> getAggregatedPageInfo(SlingHttpServletRequest var1, Resource var2);
}