Uses of Class
org.apache.wiki.render.WikiRenderer

Packages that use WikiRenderer
org.apache.wiki.render   
 

Uses of WikiRenderer in org.apache.wiki.render
 

Subclasses of WikiRenderer in org.apache.wiki.render
 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.
 

Methods in org.apache.wiki.render that return WikiRenderer
 WikiRenderer RenderingManager.getRenderer(WikiContext context, WikiDocument doc)
          Returns a WikiRenderer instance, initialized with the given context and doc.
 



Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.