Uses of Class
org.apache.wiki.markdown.nodes.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 voidExternalLinkAttributeProviderState. setAttributes(com.vladsch.flexmark.util.html.MutableAttributes attributes, JSPWikiLink link)Sets node's attributes.voidImageLinkAttributeProviderState. setAttributes(com.vladsch.flexmark.util.html.MutableAttributes attributes, JSPWikiLink link)Sets node's attributes.voidInterWikiLinkAttributeProviderState. setAttributes(com.vladsch.flexmark.util.html.MutableAttributes attributes, JSPWikiLink link)Sets node's attributes.voidLocalEditLinkAttributeProviderState. setAttributes(com.vladsch.flexmark.util.html.MutableAttributes attributes, JSPWikiLink link)Sets node's attributes.voidLocalFootnoteLinkAttributeProviderState. setAttributes(com.vladsch.flexmark.util.html.MutableAttributes attributes, JSPWikiLink link)Sets node's attributes.voidLocalFootnoteRefLinkAttributeProviderState. setAttributes(com.vladsch.flexmark.util.html.MutableAttributes attributes, JSPWikiLink link)Sets node's attributes.voidLocalLinkAttributeProviderState. setAttributes(com.vladsch.flexmark.util.html.MutableAttributes attributes, JSPWikiLink link)Sets node's attributes.voidLocalReadLinkAttributeProviderState. setAttributes(com.vladsch.flexmark.util.html.MutableAttributes attributes, JSPWikiLink link)Sets node's attributes.voidWysiwygEditingAttributeProviderState. 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 voidAccessRuleLinkNodePostProcessorState. process(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)performs further processing before rendering.voidExternalLinkNodePostProcessorState. process(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)performs further processing before rendering.voidImageLinkNodePostProcessorState. process(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)performs further processing before rendering.voidInterWikiLinkNodePostProcessorState. process(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)performs further processing before rendering.voidLocalFootnoteLinkNodePostProcessorState. process(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)performs further processing before rendering.voidLocalFootnoteRefLinkNodePostProcessorState. process(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)performs further processing before rendering.voidLocalLinkNodePostProcessorState. process(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)performs further processing before rendering.voidMetadataLinkNodePostProcessorState. process(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)performs further processing before rendering.voidPluginLinkNodePostProcessorState. process(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)performs further processing before rendering.voidVariableLinkNodePostProcessorState. process(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)performs further processing before rendering.