All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.composum.sling.core.JcrResource Maven / Gradle / Ivy

There is a newer version: 4.3.4
Show newest version
package com.composum.sling.core;

/**
 * In a JCR context each resource should have a primary type and the resource should return this type.
 * This extended interface is used in a versioned context to determine the primary type of a versioned resource
 * by the staging resource wrapper itself.
 */
public interface JcrResource {

    String getPrimaryType();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy