Interface TeaserTag


  • @ProviderType
    public interface TeaserTag
    Contains the data of a tag associated with a teaser
    • Method Detail

      • getName

        String getName()
        Returns the name of the tag.
        Returns:
        a String representing the name of tag
      • getTitle

        String getTitle()
        Returns the title of the tag.
        Returns:
        a String representing 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 String representing 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 return null
        Returns:
        a String representing the path
      • getTagId

        String getTagId()
        Returns the unique ID of the tag
        Returns:
        a String representing the id