Class KeywordCMSTag

java.lang.Object
org.ametys.cms.tag.CMSTag
org.ametys.plugins.workspaces.keywords.KeywordCMSTag
All Implemented Interfaces:
Tag

public class KeywordCMSTag extends CMSTag
This class represent a project keyword as a CMS Tag
  • Field Details

  • Constructor Details

  • Method Details

    • getTag

      public CMSTag getTag(String tagId)
      Description copied from interface: Tag
      Try to get a child tag by its id
      Specified by:
      getTag in interface Tag
      Overrides:
      getTag in class CMSTag
      Parameters:
      tagId - The id of the child tag
      Returns:
      The child tag or null if not existing
    • getTags

      public Map<String,CMSTag> getTags()
      Description copied from interface: Tag
      Retrieves the Set of child tags
      Specified by:
      getTags in interface Tag
      Overrides:
      getTags in class CMSTag
      Returns:
      The child tags in a Map