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>
NodePostProcessorState which further post processes WikiVariable links.
  • Constructor Summary

    Constructors
    Constructor Description
    VariableLinkNodePostProcessorState​(Context wikiContext)  
  • Method Summary

    Modifier and Type Method Description
    void process​(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