Class IndependentLinkResolverFactory

    • Constructor Detail

      • IndependentLinkResolverFactory

        public IndependentLinkResolverFactory()
    • Method Detail

      • getAfterDependents

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

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

        public boolean affectsGlobalScope()
        Specified by:
        affectsGlobalScope in interface com.vladsch.flexmark.util.dependency.Dependent
        Specified by:
        affectsGlobalScope in interface LinkResolverFactory