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.
|
Modifier and Type | Method and Description |
---|---|
void |
ExternalLinkAttributeProviderState.setAttributes(com.vladsch.flexmark.util.html.Attributes attributes,
JSPWikiLink link)
Sets node's attributes.
|
void |
ImageLinkAttributeProviderState.setAttributes(com.vladsch.flexmark.util.html.Attributes attributes,
JSPWikiLink link)
Sets node's attributes.
|
void |
InterWikiLinkAttributeProviderState.setAttributes(com.vladsch.flexmark.util.html.Attributes attributes,
JSPWikiLink link)
Sets node's attributes.
|
void |
LocalEditLinkAttributeProviderState.setAttributes(com.vladsch.flexmark.util.html.Attributes attributes,
JSPWikiLink link)
Sets node's attributes.
|
void |
LocalFootnoteLinkAttributeProviderState.setAttributes(com.vladsch.flexmark.util.html.Attributes attributes,
JSPWikiLink link)
Sets node's attributes.
|
void |
LocalFootnoteRefLinkAttributeProviderState.setAttributes(com.vladsch.flexmark.util.html.Attributes attributes,
JSPWikiLink link)
Sets node's attributes.
|
void |
LocalLinkAttributeProviderState.setAttributes(com.vladsch.flexmark.util.html.Attributes attributes,
JSPWikiLink link)
Sets node's attributes.
|
void |
LocalReadLinkAttributeProviderState.setAttributes(com.vladsch.flexmark.util.html.Attributes attributes,
JSPWikiLink link)
Sets node's attributes.
|
void |
WysiwygEditingAttributeProviderState.setAttributes(com.vladsch.flexmark.util.html.Attributes attributes,
JSPWikiLink link)
Sets node's attributes.
|
Modifier and Type | Method and 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.
|
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.