ComponentManager.java
489 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* org.apache.sling.api.resource.Resource
*/
package com.day.cq.wcm.api.components;
import com.day.cq.wcm.api.components.Component;
import java.util.Collection;
import org.apache.sling.api.resource.Resource;
public interface ComponentManager {
public Component getComponentOfResource(Resource var1);
public Component getComponent(String var1);
public Collection<Component> getComponents();
}