Class JSPWikiLinkAttributeProvider

java.lang.Object
org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.JSPWikiLinkAttributeProvider
All Implemented Interfaces:
com.vladsch.flexmark.html.AttributeProvider

public class JSPWikiLinkAttributeProvider extends Object implements com.vladsch.flexmark.html.AttributeProvider
AttributeProvider to decorate JSPWikiLinks. Acts as a factory of NodeAttributeProviderStates, which are the classes setting the attributes for each concrete type of link.
  • Field Details

  • Constructor Details

  • Method Details

    • setAttributes

      public void setAttributes(com.vladsch.flexmark.util.ast.Node node, com.vladsch.flexmark.html.renderer.AttributablePart part, com.vladsch.flexmark.util.html.MutableAttributes attributes)
      Specified by:
      setAttributes in interface com.vladsch.flexmark.html.AttributeProvider
      See Also:
      • AttributeProvider.setAttributes(Node, AttributablePart, MutableAttributes)