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 java.lang.StringgetName()Returns the name of the tag.java.lang.StringgetPath()Returns the path of the tag from the repository.java.lang.StringgetTagId()Returns the unique ID of the tagjava.lang.StringgetTitle()Returns the title of the tag.java.lang.StringgetTitlePath()Returns the title path of the tag.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the name of the tag.- Returns:
- a
Stringrepresenting the name of tag
-
getTitle
java.lang.String getTitle()
Returns the title of the tag.- Returns:
- a
Stringrepresenting the title
-
getTitlePath
java.lang.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
java.lang.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
java.lang.String getTagId()
Returns the unique ID of the tag- Returns:
- a
Stringrepresenting the id
-
-