setMap
Creates a variable with a new Map as its value.
Child commands
addMapEntry
Optional. Any number ofaddMapEntry
commands may be set as children ofsetMap
to have the new Map start out with content instead of being empty.
Attributes
var | ||
---|---|---|
Required | Value type | EL-evaluated |
Yes | String | No |
Defines the name of the variable that will hold the new Map. |
data | ||
---|---|---|
Required | Value type | EL-evaluated |
No | File | Yes |
This attribute allows adding of a set of entries defined as a Java properties file. The resolved File value should therefore be such a properties file. |
encoding | ||
---|---|---|
Required | Value type | EL-evaluated |
No | String | Yes |
The value of this attribute specifies the encoding of the Java properties file defined with the Valid values for this attribute are the following:
If this attribute is left undefined while |
ordered | ||
---|---|---|
Required | Value type | EL-evaluated |
No | Boolean | Yes |
Defines whether the new Map will be such that its entries will appear in a predictable order when looped through with its If not defined, value of |