Class ExternalLinkNodePostProcessorState
java.lang.Object
org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.ExternalLinkNodePostProcessorState
- All Implemented Interfaces:
NodePostProcessorState<JSPWikiLink>
public class ExternalLinkNodePostProcessorState
extends Object
implements NodePostProcessorState<JSPWikiLink>
NodePostProcessorState
which further post processes external links.-
Constructor Summary
ConstructorsConstructorDescriptionExternalLinkNodePostProcessorState
(Context wikiContext, boolean isImageInlining, List<org.apache.oro.text.regex.Pattern> inlineImagePatterns) -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link) performs further processing before rendering.
-
Constructor Details
-
ExternalLinkNodePostProcessorState
public ExternalLinkNodePostProcessorState(Context wikiContext, boolean isImageInlining, List<org.apache.oro.text.regex.Pattern> inlineImagePatterns)
-
-
Method Details
-
process
performs further processing before rendering.- Specified by:
process
in interfaceNodePostProcessorState<JSPWikiLink>
- Parameters:
state
- to record node addition/deletionlink
- the specific node in which the post-processing is taking place.- See Also:
-