Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
JSPWikiTags




JSPWiki v2.2.33

[RSS]


Hide Menu

PluginTag


Difference between current version and current version:

At line 1 added 20 lines.
Allows you to insert any of the [JSPWikiPlugin]s directly into the template.
----
!Usage
<wiki:Plugin plugin="<plugin class>" args="<argument string>" />
!Parameters
;__plugin__: 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.
!Example
{{{
<wiki:Plugin plugin="Counter" args="name='foo'" />
}}}
Inserts the [CounterPlugin], with its name set to 'foo'.

Back to PluginTag, or to the Page History.