com.atlassian.jira.dev.reference.plugin.renderer
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
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 |
ReferenceLinkResolver
public ReferenceLinkResolver(JiraAuthenticationContext authenticationContext)
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.