Uses of Class
org.apache.wiki.markdown.nodes.JSPWikiLink

Packages that use JSPWikiLink
Package Description
org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider
Wikilinks' attributes custom decoration.
org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor
Wikilinks' nodes custom post processing.
  • Uses of JSPWikiLink in org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider

    Methods in org.apache.wiki.markdown.extensions.jspwikilinks.attributeprovider with parameters of type JSPWikiLink
    Modifier and Type Method Description
    void ExternalLinkAttributeProviderState.setAttributes​(com.vladsch.flexmark.util.html.MutableAttributes attributes, JSPWikiLink link)
    Sets node's attributes.
    void ImageLinkAttributeProviderState.setAttributes​(com.vladsch.flexmark.util.html.MutableAttributes attributes, JSPWikiLink link)
    Sets node's attributes.
    void InterWikiLinkAttributeProviderState.setAttributes​(com.vladsch.flexmark.util.html.MutableAttributes attributes, JSPWikiLink link)
    Sets node's attributes.
    void LocalEditLinkAttributeProviderState.setAttributes​(com.vladsch.flexmark.util.html.MutableAttributes attributes, JSPWikiLink link)
    Sets node's attributes.
    void LocalFootnoteLinkAttributeProviderState.setAttributes​(com.vladsch.flexmark.util.html.MutableAttributes attributes, JSPWikiLink link)
    Sets node's attributes.
    void LocalFootnoteRefLinkAttributeProviderState.setAttributes​(com.vladsch.flexmark.util.html.MutableAttributes attributes, JSPWikiLink link)
    Sets node's attributes.
    void LocalLinkAttributeProviderState.setAttributes​(com.vladsch.flexmark.util.html.MutableAttributes attributes, JSPWikiLink link)
    Sets node's attributes.
    void LocalReadLinkAttributeProviderState.setAttributes​(com.vladsch.flexmark.util.html.MutableAttributes attributes, JSPWikiLink link)
    Sets node's attributes.
    void WysiwygEditingAttributeProviderState.setAttributes​(com.vladsch.flexmark.util.html.MutableAttributes attributes, JSPWikiLink link)
    Sets node's attributes.
  • Uses of JSPWikiLink in org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor

    Methods in org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor with parameters of type JSPWikiLink
    Modifier and Type Method Description
    void AccessRuleLinkNodePostProcessorState.process​(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)
    performs further processing before rendering.
    void ExternalLinkNodePostProcessorState.process​(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)
    performs further processing before rendering.
    void ImageLinkNodePostProcessorState.process​(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)
    performs further processing before rendering.
    void InterWikiLinkNodePostProcessorState.process​(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)
    performs further processing before rendering.
    void LocalFootnoteLinkNodePostProcessorState.process​(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)
    performs further processing before rendering.
    void LocalFootnoteRefLinkNodePostProcessorState.process​(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)
    performs further processing before rendering.
    void LocalLinkNodePostProcessorState.process​(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)
    performs further processing before rendering.
    void MetadataLinkNodePostProcessorState.process​(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)
    performs further processing before rendering.
    void PluginLinkNodePostProcessorState.process​(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)
    performs further processing before rendering.
    void VariableLinkNodePostProcessorState.process​(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)
    performs further processing before rendering.