Class VariableLinkNodePostProcessorState
- java.lang.Object
-
- org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.VariableLinkNodePostProcessorState
-
- All Implemented Interfaces:
NodePostProcessorState<JSPWikiLink>
public class VariableLinkNodePostProcessorState extends java.lang.Object implements NodePostProcessorState<JSPWikiLink>
NodePostProcessorStatewhich further post processes WikiVariable links.
-
-
Constructor Summary
Constructors Constructor Description VariableLinkNodePostProcessorState(Context wikiContext)
-
Method Summary
All 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
-
VariableLinkNodePostProcessorState
public VariableLinkNodePostProcessorState(Context wikiContext)
-
-
Method Detail
-
process
public void process(com.vladsch.flexmark.util.ast.NodeTracker state, JSPWikiLink link)
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)
-
-