7.20 Property Object
| Description | This is a name/value pair in a "Bean", which is a modelled JavaBean instance.
It is used for specifying configuration values.
|
Inherited properties |
| template |
(base property)
| |
| text |
(base property)
| |
| jwpattern |
(base property)
| |
|
7.20.1 Property 'description'
|
7.20.2 Property 'name'
|
| Description | This is the name of the property being given a value.
|
| Type | String |
| Required | true |
7.20.3 Property 'value'
|
| Description | This is the value for the property.
Currently only the 'value' property of the Spring bean is allowed.
|
| Type | String |
| Required | true |
|