Class ReferenceLinkResolver

java.lang.Object
com.atlassian.jira.dev.reference.plugin.renderer.ReferenceLinkResolver
All Implemented Interfaces:
com.atlassian.renderer.links.ContentLinkResolver

public class ReferenceLinkResolver extends Object implements com.atlassian.renderer.links.ContentLinkResolver
For all link expression starting with '=', this resolves to link to a Wikipedia article with given subject.
Since:
4.4
  • Constructor Details

  • Method Details

    • createContentLink

      public com.atlassian.renderer.links.Link createContentLink(com.atlassian.renderer.RenderContext context, com.atlassian.renderer.links.GenericLinkParser parser) throws ParseException
      Specified by:
      createContentLink in interface com.atlassian.renderer.links.ContentLinkResolver
      Throws:
      ParseException