The fully-fledged class name of the plugin. If the plugin is one of the standard plugins that come with the JSPWiki distribution OR it's package name has been added to jspwiki.properties (see jspwiki.plugin.searchPath), then you can use also the class name directly.
args
The argument string to the plugin, as if you were giving it on the page itself.
To include a body to the plugin, include it in the body of the tag.
Allows you to insert any of the JSPWikiPlugins directly into the template.
Usage#
Parameters#
To include a body to the plugin, include it in the body of the tag.
Example#
Inserts the CounterPlugin, with its name set to 'foo'.
Inserts the ~FooBar plugin, with the arguments "name" set to "foo", and the plugin body set to "I am body text".
Back to JSPWikiTags.