aside attribute backLinks box center details exampleJsp exampleStringBodyJsp externalLink googleMap googleMapLink helloWorld helloWorldJsp image imageIndex img include index left media menu namespaces plainthumb plugin plugins pluginsIndex quote randomPick recentChanges right scale search security shadow systemStatus teaser template thumbnail tile tiles toc

  [ info ]

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 wiki:helloWorldJsp (plugin)

Details

Plugin Name : exampleJsp

Body type : wiki markup

Parameters

none