Package com.day.cq.commons
Interface LabeledResource
- All Known Subinterfaces:
Blueprint,Blueprint,Component,ContentPolicy,Page,Profile,RolloutConfig,Template,VirtualComponent
- All Known Implementing Classes:
JcrLabeledResource
public interface LabeledResource
Describes a resource that provides some information about its labels.
-
Method Summary
-
Method Details
-
getPath
String getPath()Returns the path of this resource- Returns:
- the path of this resource
-
getName
String getName()Returns the name of this resource. this is usually the last segment of it's path.- Returns:
- the name of the resource
-
getTitle
String getTitle()Returns the tile of this resource.- Returns:
- the tile of this resource or
nullif not defined.
-
getDescription
String getDescription()Returns the description of this resource.- Returns:
- the description of this resource or
nullif not defined.
-