Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

 

Supported

Media Types

Data model

Provider registration

Read

No

N/A

N/A

N/A

Write

Yes

text/html

org.apache.wink
.common.model
.synd.SyndFeed

org.apache.wink
.common.model
.synd.SyndEntry

See below.

Activating the HTML provider

The wink Apache Wink HTML providers are not enabled by default. In order to activate them there is a need to register they must be registered by the HtmlSyndEntryProvider and the HtmlSyndFeedProvider providers, located in the org.apache.wink.server.internal.providers.entity.html package.

Since As the HTML providers uses jsps for the generation of the representation there is also a need to have use a jsps in order to generate the representation the HtmlDefaultRepresentation folder including all it's must include all its content and subfolders available for the servlet container, see the way it implements in the QADefect example.

Example

Detailed example of the HTML implementation can be seen at the QADefect example.