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
,java.util.function.Function<com.vladsch.flexmark.util.data.DataHolder,com.vladsch.flexmark.html.renderer.NodeRenderer>
public class JSPWikiNodeRendererFactory extends java.lang.Object implements com.vladsch.flexmark.html.renderer.DelegatingNodeRendererFactory
Simple
NodeRendererFactory
to instantiate JSPWikiLinkRenderer
s.-
Constructor Summary
Constructors Constructor Description JSPWikiNodeRendererFactory(Context wikiContext)
-
Method Summary
Modifier and Type Method Description com.vladsch.flexmark.html.renderer.NodeRenderer
apply(com.vladsch.flexmark.util.data.DataHolder options)
java.util.Set<java.lang.Class<?>>
getDelegates()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.Function
andThen, compose
-
Constructor Details
-
JSPWikiNodeRendererFactory
-
-
Method Details
-
apply
public com.vladsch.flexmark.html.renderer.NodeRenderer apply(com.vladsch.flexmark.util.data.DataHolder options)- Specified by:
apply
in interfacejava.util.function.Function<com.vladsch.flexmark.util.data.DataHolder,com.vladsch.flexmark.html.renderer.NodeRenderer>
- Specified by:
apply
in interfacecom.vladsch.flexmark.html.renderer.NodeRendererFactory
-
getDelegates
- Specified by:
getDelegates
in interfacecom.vladsch.flexmark.html.renderer.DelegatingNodeRendererFactory
-