public class ExternalLinkNodePostProcessorState extends java.lang.Object implements NodePostProcessorState<JSPWikiLink>
NodePostProcessorState which further post processes external links.| Constructor and Description |
|---|
ExternalLinkNodePostProcessorState(org.apache.wiki.api.core.Context wikiContext,
boolean isImageInlining,
java.util.List<org.apache.oro.text.regex.Pattern> inlineImagePatterns) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(com.vladsch.flexmark.util.ast.NodeTracker state,
JSPWikiLink link)
performs further processing before rendering.
|
public ExternalLinkNodePostProcessorState(org.apache.wiki.api.core.Context wikiContext, boolean isImageInlining, java.util.List<org.apache.oro.text.regex.Pattern> inlineImagePatterns)
public void process(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)
process in interface NodePostProcessorState<JSPWikiLink>state - to record node addition/deletionlink - the specific node in which the post-processing is taking place.NodePostProcessorState.process(NodeTracker, Node)Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.