Package com.composum.sling.core
Interface JcrResource
-
- All Known Implementing Classes:
ResourceHandle
public interface JcrResource
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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPrimaryType()
-
-
-
Method Detail
-
getPrimaryType
String getPrimaryType()
-
-