Class PluginLinkNodePostProcessorState
java.lang.Object
org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.PluginLinkNodePostProcessorState
- All Implemented Interfaces:
NodePostProcessorState<JSPWikiLink>
public class PluginLinkNodePostProcessorState extends java.lang.Object implements NodePostProcessorState<JSPWikiLink>
NodePostProcessorState which further post processes plugin links.-
Constructor Summary
Constructors Constructor Description PluginLinkNodePostProcessorState(Context wikiContext) -
Method Summary
Modifier and Type Method Description voidprocess(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)performs further processing before rendering.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PluginLinkNodePostProcessorState
-
-
Method Details
-
process
performs further processing before rendering.- Specified by:
processin interfaceNodePostProcessorState<JSPWikiLink>- Parameters:
state- to record node addition/deletionlink- the specific node in which the post-processing is taking place.- See Also:
NodePostProcessorState.process(NodeTracker, Node)
-