Class AbstractTagProviderExtensionPoint<T extends Tag>

    • Method Detail

      • getTag

        public T getTag​(String name,
                        Map<String,​Object> contextualParameters)
        Get the tag
        Parameters:
        name - The tag's name
        contextualParameters - Contextual parameters
        Returns:
        the tag or null if tag is not found
      • getTagsNodeName

        public abstract String getTagsNodeName()
        Get the tags node name
        Returns:
        the tags node name
      • getTagsNodeType

        public abstract String getTagsNodeType()
        Get the tag node type
        Returns:
        the tag node type