Class JSPWikiNodeRendererFactory
java.lang.Object
org.apache.wiki.markdown.renderer.JSPWikiNodeRendererFactory
- All Implemented Interfaces:
com.vladsch.flexmark.html.renderer.DelegatingNodeRendererFactory
,com.vladsch.flexmark.html.renderer.NodeRendererFactory
,Function<com.vladsch.flexmark.util.data.DataHolder,
com.vladsch.flexmark.html.renderer.NodeRenderer>
public class JSPWikiNodeRendererFactory
extends Object
implements com.vladsch.flexmark.html.renderer.DelegatingNodeRendererFactory
Simple
NodeRendererFactory
to instantiate JSPWikiLinkRenderer
s.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.vladsch.flexmark.html.renderer.NodeRenderer
apply
(com.vladsch.flexmark.util.data.DataHolder options)
-
Constructor Details
-
JSPWikiNodeRendererFactory
-
-
Method Details
-
apply
public com.vladsch.flexmark.html.renderer.NodeRenderer apply(com.vladsch.flexmark.util.data.DataHolder options) -
getDelegates
- Specified by:
getDelegates
in interfacecom.vladsch.flexmark.html.renderer.DelegatingNodeRendererFactory
-