Interface TagConfig

    • Method Detail

      • getTag

        Tag getTag​()

        Return the Tag representing this handler.

        Returns:
        the Tag instance
      • getNextHandler

        FaceletHandler getNextHandler​()

        The next FaceletHandler (child or children) to be applied. This must never be null.

        Returns:
        the next FaceletHandler to be applied
      • getTagId

        java.lang.String getTagId​()

        A document-unique id, follows the convention "_tagId##"

        Returns:
        the id of this tag, unique within the current document.