ContentPolicyMapping.java 448 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  aQute.bnd.annotation.ProviderType
 */
package com.day.cq.wcm.api.policies;

import aQute.bnd.annotation.ProviderType;
import com.day.cq.wcm.api.Template;
import com.day.cq.wcm.api.policies.ContentPolicy;

@ProviderType
public interface ContentPolicyMapping {
    public ContentPolicy getPolicy();

    public Template getTemplate();

    public String getPath();
}