Package com.day.cq.wcm.core.references
Class ContentReference
- java.lang.Object
-
- com.adobe.granite.references.Reference
-
- com.day.cq.wcm.core.references.ContentReference
-
public class ContentReference extends Reference
-
-
Constructor Summary
Constructors Constructor Description ContentReference(Resource source, Resource target, ContentReferenceDescription contentReferenceDescription, java.lang.String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentReferenceDescription
getContentReferenceDescription()
Returns theContentReferenceDescription
which describes the reference's source resource.
-
-
-
Constructor Detail
-
ContentReference
public ContentReference(Resource source, Resource target, ContentReferenceDescription contentReferenceDescription, java.lang.String type)
-
-
Method Detail
-
getContentReferenceDescription
public ContentReferenceDescription getContentReferenceDescription()
Returns theContentReferenceDescription
which describes the reference's source resource.- Returns:
- The content reference description
-
-