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,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.IndependentLinkResolverFactoryFactory that creates FlexmarkDoxiaLinkResolver objects.
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull com.vladsch.flexmark.html.LinkResolverapply(@NotNull com.vladsch.flexmark.html.renderer.LinkResolverBasicContext context)@Nullable java.util.Set<java.lang.Class<?>>getBeforeDependents()-
Methods inherited from class com.vladsch.flexmark.html.IndependentLinkResolverFactory
affectsGlobalScope, getAfterDependents
-
-
-
-
Method Detail
-
getBeforeDependents
@Nullable public @Nullable java.util.Set<java.lang.Class<?>> getBeforeDependents()
- Specified by:
getBeforeDependentsin interfacecom.vladsch.flexmark.util.dependency.Dependent- Specified by:
getBeforeDependentsin interfacecom.vladsch.flexmark.html.LinkResolverFactory- Overrides:
getBeforeDependentsin classcom.vladsch.flexmark.html.IndependentLinkResolverFactory
-
apply
@NotNull public @NotNull com.vladsch.flexmark.html.LinkResolver apply(@NotNull @NotNull com.vladsch.flexmark.html.renderer.LinkResolverBasicContext context)
-
-