Appears in: <extension>
Allows a JavaBeans property of the extension to be set from a statically defined value. The
<configure> element
wraps around the static value. The value is trimmed of leading and trailing
whitespace and optionally converted to a specified type before being assigned
to the property.
Figure C.11. <configure> Attributes
| Name | Type | Required ? | Default Value | Description |
|---|---|---|---|---|
| property-name | string | yes | The name of the extension property to configure. | |
| type | boolean|int|long|double|String | no | String | The conversion to apply to the value. |
| value | no | The value to configure, which will be converted before being assigned to the property. If not provided, the character data wrapped by the element is used instead. |