<configure> element

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 B.6. <configure> Attributes

NameTypeRequired ?Default ValueDescription
property-namestringyes The name of the extension property to configure.
typeboolean|int|long|double|StringnoStringThe conversion to apply to the value.