Class FlexmarkDoxiaLinkResolver.Factory

java.lang.Object
com.vladsch.flexmark.html.IndependentLinkResolverFactory
org.apache.maven.doxia.module.markdown.FlexmarkDoxiaLinkResolver.Factory
All Implemented Interfaces:
com.vladsch.flexmark.html.LinkResolverFactory, com.vladsch.flexmark.util.dependency.Dependent, Function<com.vladsch.flexmark.html.renderer.LinkResolverBasicContext, com.vladsch.flexmark.html.LinkResolver>
Enclosing class:
FlexmarkDoxiaLinkResolver

public static class FlexmarkDoxiaLinkResolver.Factory extends com.vladsch.flexmark.html.IndependentLinkResolverFactory
Factory that creates FlexmarkDoxiaLinkResolver objects.
  • Constructor Details

    • Factory

      public Factory()
  • Method Details

    • getBeforeDependents

      @Nullable public @Nullable Set<Class<?>> getBeforeDependents()
      Specified by:
      getBeforeDependents in interface com.vladsch.flexmark.util.dependency.Dependent
      Specified by:
      getBeforeDependents in interface com.vladsch.flexmark.html.LinkResolverFactory
      Overrides:
      getBeforeDependents in class com.vladsch.flexmark.html.IndependentLinkResolverFactory
    • apply

      @NotNull public @NotNull com.vladsch.flexmark.html.LinkResolver apply(@NotNull @NotNull com.vladsch.flexmark.html.renderer.LinkResolverBasicContext context)