The <matcher> Element
Purpose
The <matcher> element defines a custom matcher to be used in the <forms> section.
Attributes
| Name | Type | Description |
|---|---|---|
| id | NMTOKEN | Required - Name of the matcher. |
| class | CDATA | Required & dynamic - Fully qualified Java class, which implements the de.odysseus.calyxo.forms.Matcher interface. (Examples can be found in the de.odysseus.calyxo.forms.match package.) |
Body
The body of the <matcher> element is defined by the following sequence:
(property*, message?)


