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.String getName()
      Returns the name of the tag.
      java.lang.String getPath()
      Returns the path of the tag from the repository.
      java.lang.String getTagId()
      Returns the unique ID of the tag
      java.lang.String getTitle()
      Returns the title of the tag.
      java.lang.String getTitlePath()
      Returns the title path of the tag.
    • Method Detail

      • getName

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

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

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