Package com.day.cq.personalization
Interface Teaser
A teaser meta-data object
-
Method Summary
Modifier and TypeMethodDescriptionReturn the name of the campaign that contains this teaserReturns the path of the campaign that contains this teasergetId()Returns the unique id of the teaser.getName()Returns the name of the teasergetPath()Returns the repository path of the teaserReturns a list of segments associated with this teaserReturns the source repository path of the teasergetTags()Returns the list of tags associated to this teaserReturns the path to the thumbnail of this teaser (the *.thumb.png selector)getTitle()Returns the title of the teasergetUrl()Returns the URL to the teaser
-
Method Details
-
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
-
getName
String getName()Returns the name of the teaser- Returns:
- a
Stringrepresenting the name
-
getTitle
String getTitle()Returns the title of the teaser- Returns:
- a
Stringrepresenting the title
-
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
-
getSegments
Returns a list of segments associated with this teaser -
getTags
Returns the list of tags associated to this teaser -
getUrl
String getUrl()Returns the URL to the teaser- Returns:
- a
Stringrepresenting the URL
-