configParam

Allows to set configuration parameters that will be included in the element as attribute value pair.

The following input

<configParam name="foo" value="bar"/>

will give

<foo>bar</foo>

Implementing Class

xdoclet.ConfigParameter

Attributes

AttributeDescriptionRequired
nameThe name of the parameter. Yes
valueThe value of the parameter. Yes