Uses of Class
org.apache.wiki.render.WikiRenderer
Packages that use WikiRenderer
Package
Description
Provides the JSPWiki rendering functionality.
Markdown rendering.
-
Uses of WikiRenderer in org.apache.wiki.render
Subclasses of WikiRenderer in org.apache.wiki.renderModifier and TypeClassDescriptionclass
A simple renderer that just renders all the text() nodes from the DOM tree.class
Implements DOM-to-Creole rendering.class
Implements a WikiRenderer that outputs XHTML in a format that is suitable for use by a WYSIWYG XHTML editor.class
Implements a WikiRenderer that outputs XHTML.Methods in org.apache.wiki.render that return WikiRendererModifier and TypeMethodDescriptionDefaultRenderingManager.getRenderer
(Context context, WikiDocument doc) Returns a WikiRenderer instance, initialized with the given context and doc.RenderingManager.getRenderer
(Context context, WikiDocument doc) Returns a WikiRenderer instance, initialized with the given context and doc.DefaultRenderingManager.getWysiwygRenderer
(Context context, WikiDocument doc) Returns a WikiRenderer instance meant for WYSIWYG editing, initialized with the given context and doc.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