<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 C.11. <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.
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.