Class FlexmarkDoxiaLinkResolver.Factory

  • All Implemented Interfaces:
    com.vladsch.flexmark.html.LinkResolverFactory, com.vladsch.flexmark.util.dependency.Dependent, java.util.function.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 Summary

      Constructors 
      Constructor Description
      Factory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.vladsch.flexmark.html.LinkResolver apply​(com.vladsch.flexmark.html.renderer.LinkResolverBasicContext context)  
      java.util.Set<java.lang.Class<?>> getBeforeDependents()  
      • Methods inherited from class com.vladsch.flexmark.html.IndependentLinkResolverFactory

        affectsGlobalScope, getAfterDependents
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • getBeforeDependents

        public java.util.Set<java.lang.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

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