| Package | Description | 
|---|---|
| org.apache.wiki.render | 
| 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. 
 | 
Copyright © 2001-2018 The Apache Software Foundation. All rights reserved.