ConfigurationConstants.java 533 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  aQute.bnd.annotation.ProviderType
 */
package com.day.cq.wcm.webservicesupport;

import aQute.bnd.annotation.ProviderType;

@ProviderType
public interface ConfigurationConstants {
    public static final String RT_SERVICE = "cq/cloudserviceconfigs/components/servicepage";
    public static final String RT_CONFIGURATION = "cq/cloudserviceconfigs/components/configpage";
    public static final String PN_CONFIGURATIONS = "cq:cloudserviceconfigs";
}