Class FlexmarkLinkResolver.Factory
- java.lang.Object
-
- com.vladsch.flexmark.html.IndependentLinkResolverFactory
-
- com.ruleoftech.markdown.page.generator.plugin.FlexmarkLinkResolver.Factory
-
- All Implemented Interfaces:
com.vladsch.flexmark.html.LinkResolverFactory,com.vladsch.flexmark.util.dependency.Dependent<com.vladsch.flexmark.html.LinkResolverFactory>,Function<com.vladsch.flexmark.html.renderer.LinkResolverContext,com.vladsch.flexmark.html.LinkResolver>
- Enclosing class:
- FlexmarkLinkResolver
public static class FlexmarkLinkResolver.Factory extends com.vladsch.flexmark.html.IndependentLinkResolverFactory
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.vladsch.flexmark.html.LinkResolverapply(com.vladsch.flexmark.html.renderer.LinkResolverContext context)Set<Class<? extends com.vladsch.flexmark.html.LinkResolverFactory>>getBeforeDependents()-
Methods inherited from class com.vladsch.flexmark.html.IndependentLinkResolverFactory
affectsGlobalScope, getAfterDependents
-
-
-
-
Method Detail
-
getBeforeDependents
public Set<Class<? extends com.vladsch.flexmark.html.LinkResolverFactory>> getBeforeDependents()
- Specified by:
getBeforeDependentsin interfacecom.vladsch.flexmark.util.dependency.Dependent<com.vladsch.flexmark.html.LinkResolverFactory>- Specified by:
getBeforeDependentsin interfacecom.vladsch.flexmark.html.LinkResolverFactory- Overrides:
getBeforeDependentsin classcom.vladsch.flexmark.html.IndependentLinkResolverFactory
-
apply
public com.vladsch.flexmark.html.LinkResolver apply(com.vladsch.flexmark.html.renderer.LinkResolverContext context)
-
-