Package org.apache.wiki.render

Provides the JSPWiki rendering functionality.

Package Specification

Related Documentation

  • Interface Summary
    Interface Description
    RenderingManager
    This class provides a facade towards the differing rendering routines.
  • Class Summary
    Class Description
    CleanTextRenderer
    A simple renderer that just renders all the text() nodes from the DOM tree.
    CreoleRenderer
    Implements DOM-to-Creole rendering.
    CustomXMLOutputProcessor
    Override added to ensure attribute values including ampersands and quotes still get escaped even if disable-output-escaping processing instruction (meant to keep rest of HTML string as-is) set.
    DefaultRenderingManager
    This class provides a facade towards the differing rendering routines.
    WikiRenderer
    Provides an interface to the basic rendering engine.
    WysiwygEditingRenderer
    Implements a WikiRenderer that outputs XHTML in a format that is suitable for use by a WYSIWYG XHTML editor.
    XHTMLRenderer
    Implements a WikiRendered that outputs XHTML.