Class LocalEditLinkAttributeProviderState

java.lang.Object
org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider.LocalEditLinkAttributeProviderState
All Implemented Interfaces:
NodeAttributeProviderState<JSPWikiLink>

public class LocalEditLinkAttributeProviderState
extends java.lang.Object
implements NodeAttributeProviderState<JSPWikiLink>
NodeAttributeProviderState which sets the attributes for local edit links.
  • Constructor Summary

    Constructors
    Constructor Description
    LocalEditLinkAttributeProviderState​(Context wikiContext, java.lang.String url)  
  • Method Summary

    Modifier and Type Method Description
    void setAttributes​(com.vladsch.flexmark.util.html.MutableAttributes attributes, JSPWikiLink link)
    Sets node's attributes.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait