wiki : exampleJsp (plugin)

An example plugin to show how to use jsp pages, where the body of the plugin can contain additional wiki markup.

The exampleJsp plugin, takes any wiki-markup, and renders it twice inside a table. The left hand column contains the normal rendering, and the right hand side displays it as html.

I shall call it using the following wiki-markup :

{{exampleJsp 
The ++quick++ brown ''fox''
jumped over the
* lazy
* dog
}}
The quick brown fox jumped over the
  • lazy
  • dog
The <b>quick</b> brown <i>fox</i>
jumped over the
<ul><li> lazy
</li><li> dog
</li></ul>

See also helloWorldJsp (plugin)

Details

Plugin Name : exampleJsp

Body type : wiki markup

Parameters

none

Dependencies :
wiki:plugins index }