Interface WikiWordLinkResolver

All Known Implementing Classes:
XHTMLWikiWordLinkResolver

interface WikiWordLinkResolver
Resolves the WikiWordLinks
  • Method Summary

    Modifier and Type
    Method
    Description
    resolveLink(String wikiWord)
    Given a wikiWord, it returns a link string.
  • Method Details

    • resolveLink

      String resolveLink(String wikiWord)
      Given a wikiWord, it returns a link string.
      Parameters:
      wikiWord - wikiWord to resolve
      Returns:
      the link representation of the wikiWord.