Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Resource WikiPageRenderMode is used to instruct the Wiki service on how to render a WikiPage in xhtml or creole markup.

There are four different modes for rendering a WikiPage:

Part of the process of producing xhtml from a Wiki page is rendering links in the WikiPage to XHTML Hrefs. That transformation is performed in the following steps:

Members

Name Type Description

wikiLinkContext

wikiLinkContext

The WikiLinkContext, which contains the information needed to resolve a path-based Wiki link from Wiki markup syntax into a path to its target Artifact.

Hierarchy

Examples

Below are examples in JSON and XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:wikiPageRenderMode xsi:type="obh:wikiPageRenderMode" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:wikiLinkContext>your_wikiLinkContext_0</obh:wikiLinkContext>
</obh:wikiPageRenderMode>

JSON Example

(show inherited members)

{
    "beeType":"wikiPageRenderMode",
        "wikiLinkContext":{ your_{http://www.oracle.com/beehive}wikiLinkContext_as_wikiLinkContext0 }
}

XML Schema


<xs:complexType name="wikiPageRenderMode">
    <xs:sequence>
        <xs:element minOccurs="0" name="wikiLinkContext" type="tns:wikiLinkContext"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to wikiPageRenderMode

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions