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

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

    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

    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.