Class ImageLinkNodePostProcessorState
java.lang.Object
org.apache.wiki.markdown.extensions.jspwikilinks.postprocessor.ImageLinkNodePostProcessorState
- All Implemented Interfaces:
NodePostProcessorState<JSPWikiLink>
public class ImageLinkNodePostProcessorState extends java.lang.Object implements NodePostProcessorState<JSPWikiLink>
NodePostProcessorState
which further post processes image links.-
Constructor Summary
Constructors Constructor Description ImageLinkNodePostProcessorState(Context wikiContext, java.lang.String urlRef, boolean isLinkFromText)
-
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
-
Constructor Details
-
ImageLinkNodePostProcessorState
public ImageLinkNodePostProcessorState(Context wikiContext, java.lang.String urlRef, boolean isLinkFromText)
-
-
Method Details
-
process
performs further processing before rendering.- Specified by:
process
in 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)
-