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> NodePostProcessorStatewhich further post processes plugin links.
- 
- 
Constructor SummaryConstructors Constructor Description PluginLinkNodePostProcessorState(Context wikiContext)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)performs further processing before rendering.
 
- 
- 
- 
Constructor Detail- 
PluginLinkNodePostProcessorStatepublic PluginLinkNodePostProcessorState(Context wikiContext) 
 
- 
 - 
Method Detail- 
processpublic void process(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link) performs further processing before rendering.- Specified by:
- processin interface- NodePostProcessorState<JSPWikiLink>
- Parameters:
- state- to record node addition/deletion
- link- the specific node in which the post-processing is taking place.
- See Also:
- NodePostProcessorState.process(NodeTracker, Node)
 
 
- 
 
-