Uses of Class
org.apache.wiki.render.WikiRenderer
-
Packages that use WikiRenderer Package Description org.apache.wiki.render Provides the JSPWiki rendering functionality.org.apache.wiki.render.markdown Markdown rendering. -
-
Uses of WikiRenderer in org.apache.wiki.render
Subclasses of WikiRenderer in org.apache.wiki.render Modifier and Type Class Description class
CleanTextRenderer
A simple renderer that just renders all the text() nodes from the DOM tree.class
CreoleRenderer
Implements DOM-to-Creole rendering.class
WysiwygEditingRenderer
Implements a WikiRenderer that outputs XHTML in a format that is suitable for use by a WYSIWYG XHTML editor.class
XHTMLRenderer
Implements a WikiRenderer that outputs XHTML.Methods in org.apache.wiki.render that return WikiRenderer Modifier and Type Method Description WikiRenderer
DefaultRenderingManager. getRenderer(Context context, WikiDocument doc)
Returns a WikiRenderer instance, initialized with the given context and doc.WikiRenderer
RenderingManager. getRenderer(Context context, WikiDocument doc)
Returns a WikiRenderer instance, initialized with the given context and doc.WikiRenderer
DefaultRenderingManager. getWysiwygRenderer(Context context, WikiDocument doc)
Returns a WikiRenderer instance meant for WYSIWYG editing, initialized with the given context and doc.WikiRenderer
RenderingManager. getWysiwygRenderer(Context context, WikiDocument doc)
Returns a WikiRenderer instance meant for WYSIWYG editing, initialized with the given context and doc. -
Uses of WikiRenderer in org.apache.wiki.render.markdown
Subclasses of WikiRenderer in org.apache.wiki.render.markdown Modifier and Type Class Description class
MarkdownRenderer
Class handling the markdown rendering.
-