com.composum.sling.core.JcrResource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of composum-nodes-commons Show documentation
Show all versions of composum-nodes-commons Show documentation
general components and objects to use the Sling API
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