Package | Description |
---|---|
org.apache.wiki.render | |
org.apache.wiki.render.markdown |
Markdown rendering.
|
Modifier and Type | Class and 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 WikiRendered that outputs XHTML in a format that is suitable
for use by a WYSIWYG XHTML editor.
|
class |
XHTMLRenderer
Implements a WikiRendered that outputs XHTML.
|
Modifier and Type | Method and Description |
---|---|
WikiRenderer |
RenderingManager.getRenderer(WikiContext context,
WikiDocument doc)
Returns a WikiRenderer instance, initialized with the given
context and doc.
|
WikiRenderer |
RenderingManager.getWysiwygRenderer(WikiContext context,
WikiDocument doc)
Returns a WikiRenderer instance meant for WYSIWYG editing, initialized with the given
context and doc.
|
Modifier and Type | Class and Description |
---|---|
class |
MarkdownRenderer
Class handling the markdown rendering.
|
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.