Package com.day.cq.personalization
Interface Teaser
-
@ProviderType public interface Teaser
A teaser meta-data object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCampaignName()Return the name of the campaign that contains this teaserStringgetCampaignPath()Returns the path of the campaign that contains this teaserStringgetId()Returns the unique id of the teaser.StringgetName()Returns the name of the teaserStringgetPath()Returns the repository path of the teaserList<String>getSegments()Returns a list of segments associated with this teaserStringgetSourcePath()Returns the source repository path of the teaserList<TeaserTag>getTags()Returns the list of tags associated to this teaserStringgetThumbnailPath()Returns the path to the thumbnail of this teaser (the *.thumb.png selector)StringgetTitle()Returns the title of the teaserStringgetUrl()Returns the URL to the teaser
-
-
-
Method Detail
-
getPath
String getPath()
Returns the repository path of the teaser- Returns:
- a
Stringrepresenting the path
-
getSourcePath
String getSourcePath()
Returns the source repository path of the teaser- Returns:
- a
Stringrepresenting the path
-
getCampaignName
String getCampaignName()
Return the name of the campaign that contains this teaser- Returns:
- a
Stringrepresenting the name of the campaign
-
getCampaignPath
String getCampaignPath()
Returns the path of the campaign that contains this teaser- Returns:
- a
Stringrepresenting the path to the campaign
-
getThumbnailPath
String getThumbnailPath()
Returns the path to the thumbnail of this teaser (the *.thumb.png selector)- Returns:
- a
Stringrepresenting the path to the thumbnail
-
getId
String getId()
Returns the unique id of the teaser.- Returns:
- a
Stringrepresenting the unique id
-
-