Class ZzzzzzLinkResolver.Factory
java.lang.Object
com.vladsch.flexmark.ext.zzzzzz.internal.ZzzzzzLinkResolver.Factory
- All Implemented Interfaces:
LinkResolverFactory, Dependent, Function<LinkResolverBasicContext, LinkResolver>
- Enclosing class:
ZzzzzzLinkResolver
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
getAfterDependents
- Specified by:
getAfterDependentsin interfaceDependent- Specified by:
getAfterDependentsin interfaceLinkResolverFactory- Returns:
- null or a list of dependents that must be executed before calling this one if any of the blocks in the list affect global state then these will be run on ALL blocks of the document before this preprocessor is called.
-
getBeforeDependents
- Specified by:
getBeforeDependentsin interfaceDependent- Specified by:
getBeforeDependentsin interfaceLinkResolverFactory- Returns:
- null or a list of dependents that must be executed after calling this one if any of the blocks in the list affect global state then these will be run on ALL blocks of the document before this preprocessor is called.
-
affectsGlobalScope
public boolean affectsGlobalScope()- Specified by:
affectsGlobalScopein interfaceDependent- Specified by:
affectsGlobalScopein interfaceLinkResolverFactory- Returns:
- true if this dependent affects the global scope, which means that any that depend on it have to be run after this dependent has run against all elements. Otherwise, the dependent can run on an element after its dependents have processed an element. parsed.
-
apply
- Specified by:
applyin interfaceFunction<LinkResolverBasicContext, LinkResolver>- Specified by:
applyin interfaceLinkResolverFactory
-