Class FlexmarkLinkResolver
- java.lang.Object
-
- com.ruleoftech.markdown.page.generator.plugin.FlexmarkLinkResolver
-
- All Implemented Interfaces:
com.vladsch.flexmark.html.LinkResolver
public class FlexmarkLinkResolver extends Object implements com.vladsch.flexmark.html.LinkResolver
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFlexmarkLinkResolver.Factory
-
Constructor Summary
Constructors Constructor Description FlexmarkLinkResolver(com.vladsch.flexmark.html.renderer.LinkResolverContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.vladsch.flexmark.html.renderer.ResolvedLinkresolveLink(com.vladsch.flexmark.util.ast.Node node, com.vladsch.flexmark.html.renderer.LinkResolverContext context, com.vladsch.flexmark.html.renderer.ResolvedLink link)
-
-
-
Method Detail
-
resolveLink
public com.vladsch.flexmark.html.renderer.ResolvedLink resolveLink(com.vladsch.flexmark.util.ast.Node node, com.vladsch.flexmark.html.renderer.LinkResolverContext context, com.vladsch.flexmark.html.renderer.ResolvedLink link)- Specified by:
resolveLinkin interfacecom.vladsch.flexmark.html.LinkResolver
-
-