public abstract class IndependentLinkResolverFactory extends Object implements LinkResolverFactory
| Constructor and Description |
|---|
IndependentLinkResolverFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
affectsGlobalScope() |
Set<Class<? extends LinkResolverFactory>> |
getAfterDependents() |
Set<Class<? extends LinkResolverFactory>> |
getBeforeDependents() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic Set<Class<? extends LinkResolverFactory>> getAfterDependents()
getAfterDependents in interface LinkResolverFactorygetAfterDependents in interface com.vladsch.flexmark.util.dependency.Dependent<LinkResolverFactory>public Set<Class<? extends LinkResolverFactory>> getBeforeDependents()
getBeforeDependents in interface LinkResolverFactorygetBeforeDependents in interface com.vladsch.flexmark.util.dependency.Dependent<LinkResolverFactory>public boolean affectsGlobalScope()
affectsGlobalScope in interface LinkResolverFactoryaffectsGlobalScope in interface com.vladsch.flexmark.util.dependency.Dependent<LinkResolverFactory>Copyright © 2018. All rights reserved.