com.atlassian.jira.dev.reference.plugin.renderer
Class ReferenceLinkResolver

java.lang.Object
  extended by 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 Summary
ReferenceLinkResolver(JiraAuthenticationContext authenticationContext)
           
 
Method Summary
 com.atlassian.renderer.links.Link createContentLink(com.atlassian.renderer.RenderContext context, com.atlassian.renderer.links.GenericLinkParser parser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceLinkResolver

public ReferenceLinkResolver(JiraAuthenticationContext authenticationContext)
Method Detail

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


Copyright © 2002-2012 Atlassian. All Rights Reserved.