TemplatedResource.java
526 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* org.apache.sling.api.resource.Resource
*/
package com.day.cq.wcm.api;
import org.apache.sling.api.resource.Resource;
public interface TemplatedResource
extends Resource {
public static final String TEMPLATED_PAGE_COMPONENT_TYPE = "wcm/foundation/components/templatedpage";
public static final String PN_EDITABLE = "editable";
public static final String PN_TEMPLATETYPE = "cq:templateType";
public Resource getResource();
}