Overview

Resource WikiRenderMode is used to instruct the Wiki service on how to render a WikiPage in xhtml or Creole markup.
There are four different modes that can be used to render a WikiPage:
  • FULL mode: The WikiPage is rendered in its entirety. This includes the resolution of any page links, and both static and dynamic plugins.
  • STATIC_ONLY mode: Only the static components of the page are rendered. This includes text with formatting, absolute links and static plugins, but does not include dynamic links and dynamic plugins.
  • EDIT_XHTML mode: Renders the WikiPage and all its content in xhtml, in a form appropriate for editing within a Rich Text Editor. In this render mode, all links are updated to the latest link paths in case the link target has been moved. Furthermore, inline images are resolved to DAV urls so they can be displayed inline in the editor. Page plugins are not executed, and are instead replaced with placeholder elements.
  • EDIT_CREOLE mode: Renders the WikiPage and all its content in creole markup syntax. All links are updated to the latest link paths and page plugins, if any, are not executed.

Enumeration Members

Name Description

EDIT_CREOLE

EDIT_XHTML

STATIC_ONLY

FULL

Referenced By Representaions