Blueprint.java
514 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ConsumerType
* com.day.cq.commons.JSONItem
*/
package com.day.cq.wcm.api.msm;
import aQute.bnd.annotation.ConsumerType;
import com.day.cq.commons.JSONItem;
import com.day.cq.wcm.api.Page;
@Deprecated
@ConsumerType
public interface Blueprint
extends Page,
JSONItem {
public String getIconPath();
public String getThumbnailPath();
public Long getRanking();
public String getSitePath();
}