Interface LinkListener

    • Method Detail

      • beginLink

        void beginLink​(ResourceReference reference,
                       boolean freestanding,
                       @Default("")
                       Map<String,​String> parameters)
        Start of a link.
        Parameters:
        reference - the link reference
        freestanding - if true then the link is a free standing URI directly in the text
        parameters - a generic list of parameters. Example: style="background-color: blue"
        Since:
        2.5RC1
        See Also:
        ResourceReference
      • endLink

        void endLink​(ResourceReference reference,
                     boolean freestanding,
                     @Default("")
                     Map<String,​String> parameters)
        End of a link.
        Parameters:
        reference - the link reference
        freestanding - if true then the link is a free standing URI directly in the text
        parameters - a generic list of parameters. Example: style="background-color: blue"
        Since:
        2.5RC1
        See Also:
        ResourceReference