init-param (operational)

init-param

Used in: init-params.

Description

Defines an individual initialization parameter.

Elements

The following table describes the elements you can define within the init-param element.

Element Required/Optional Description
<param-name> Optional Specifies the name of the parameter passed to the class. The param-type or param-name must be specified.

For example: thread-count.

For more information on the pre-defined parameter values available for the specific elements , refer to Parameters.
<param-type> Optional Specifies the data type of the parameter passed to the class. The param-type or param-name must be specified.

For example: int
<param-value> Required Specifies the value passed in the parameter.

For example: 8.

For more information on the pre-defined parameter values available for the specific elements, refer to Parameters.

The content override attributes id can be optionally used to fully or partially override the contents of this element with XML document that is external to the base document.