The <plugin> Element
Purpose
The <plugin> element defines a module controller plugin.
Attributes
| Name | Type | Description |
|---|---|---|
| class | CDATA | Required, Dynamic - The name of a class implementing the Plugin interface. |
Body
The body of the <plugin> element is defined by the following sequence:
(param*)


