Class JspWikiReferenceParser

    • Constructor Detail

      • JspWikiReferenceParser

        public JspWikiReferenceParser()
    • Method Detail

      • getLabel

        protected String getLabel​(String[] chunks)
        Description copied from class: WikiReferenceParser
        Extracts the label from the array of chunks and returns it.
        Overrides:
        getLabel in class WikiReferenceParser
        Parameters:
        chunks - the array of chunks
        Returns:
        a label extracted from the given array of chunks
      • getLink

        protected String getLink​(String[] chunks)
        Description copied from class: WikiReferenceParser
        Extracts the link from the array of chunks and returns it.
        Overrides:
        getLink in class WikiReferenceParser
        Parameters:
        chunks - the array of chunks
        Returns:
        a link extracted from the given array of chunks