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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.renderer.links.LinkcreateContentLink(com.atlassian.renderer.RenderContext context, com.atlassian.renderer.links.GenericLinkParser parser)
-
Constructor Details
-
ReferenceLinkResolver
-
-
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:
createContentLinkin interfacecom.atlassian.renderer.links.ContentLinkResolver- Throws:
ParseException
-