Class JSPWikiLinkAttributeProviderFactory

  • All Implemented Interfaces:
    com.vladsch.flexmark.html.AttributeProviderFactory, com.vladsch.flexmark.util.dependency.Dependent, java.util.function.Function<com.vladsch.flexmark.html.renderer.LinkResolverContext,​com.vladsch.flexmark.html.AttributeProvider>

    public class JSPWikiLinkAttributeProviderFactory
    extends com.vladsch.flexmark.html.IndependentAttributeProviderFactory
    Simple AttributeProviderFactory to instantiate JSPWikiLinkAttributeProviders.
    • Constructor Summary

      Constructors 
      Constructor Description
      JSPWikiLinkAttributeProviderFactory​(Context wikiContext, boolean isImageInlining, java.util.List<org.apache.oro.text.regex.Pattern> inlineImagePatterns)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.vladsch.flexmark.html.AttributeProvider apply​(com.vladsch.flexmark.html.renderer.LinkResolverContext context)
      • Methods inherited from class com.vladsch.flexmark.html.IndependentAttributeProviderFactory

        affectsGlobalScope, getAfterDependents, getBeforeDependents
      • 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

    • Method Detail

      • apply

        public com.vladsch.flexmark.html.AttributeProvider apply​(com.vladsch.flexmark.html.renderer.LinkResolverContext context)
        See Also:
        AttributeProviderFactory.apply(com.vladsch.flexmark.html.renderer.LinkResolverContext)