Package com.day.cq.personalization
Interface TeaserTag
Contains the data of a tag associated with a teaser
-
Method Details
-
getName
String getName()Returns the name of the tag.- Returns:
- a
Stringrepresenting the name of tag
-
getTitle
String getTitle()Returns the title of the tag.- Returns:
- a
Stringrepresenting the title
-
getTitlePath
String getTitlePath()Returns the title path of the tag. This title path contains namespacing and path information of the tag (e.g. mysite:apparel/hat)- Returns:
- a
Stringrepresenting the title path
-
getPath
String getPath()Returns the path of the tag from the repository. If this tag is not in the repository this method should returnnull- Returns:
- a
Stringrepresenting the path
-
getTagId
String getTagId()Returns the unique ID of the tag- Returns:
- a
Stringrepresenting the id
-