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 JSPWikiLinkRenderers.-
Constructor Summary
Constructors Constructor Description JSPWikiNodeRendererFactory(Context wikiContext) -
Method Summary
Modifier and Type Method Description com.vladsch.flexmark.html.renderer.NodeRendererapply(com.vladsch.flexmark.util.data.DataHolder options)Set<Class<?>>getDelegates()
-
Constructor Details
-
JSPWikiNodeRendererFactory
-
-
Method Details
-
apply
public com.vladsch.flexmark.html.renderer.NodeRenderer apply(com.vladsch.flexmark.util.data.DataHolder options) -
getDelegates
- Specified by:
getDelegatesin interfacecom.vladsch.flexmark.html.renderer.DelegatingNodeRendererFactory
-