Package com.day.cq.personalization
Interface TeaserTag
-
@ProviderType public interface TeaserTag
Contains the data of a tag associated with a teaser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the name of the tag.StringgetPath()Returns the path of the tag from the repository.StringgetTagId()Returns the unique ID of the tagStringgetTitle()Returns the title of the tag.StringgetTitlePath()Returns the title path of the tag.
-
-
-
Method Detail
-
getName
String getName()
Returns the name of the tag.- Returns:
- a
Stringrepresenting the name of tag
-
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
-
-