| Id | Stands for <converter-id>.
Represents the identifier under which the corresponding Converter class should be registered.
Converter identifiers must be unique within the entire web application. |
| Class | Stands for <converter-class>.
Represents the fully qualified class name of a concrete Converter implementation class.
|
| For Class | Stands for <converter-for-class>.
Represents the fully qualified class name for which a Converter class will be registered.
|
| Display Name | <display-name>: a short name describing the entity associated with the converter.
|
| Description | <description>: contains textual description of the converter. |
| Small icon / Large Icon | <small-icon> / <large-icon>.
Contains the resource path to an (16x16)/(32x32) icon image. The image may be in either GIF or JPG format.
|