Map Supplier
Overview
Provides information about Map collections, which are collections of information with a key/value relationship.
Details
Name: | Map Supplier |
---|---|
Prefix: | map(optional) |
Supported Content: | Maps |
Provided By: |
Supported Keys
List of keys that this supplier returns a value for.
Key | Content Types | Return Type | Description |
---|---|---|---|
[key value] | Maps | anything | Simply returns the item stored with the supplied key, which could be pretty much anything. |
@all | Maps | Returns the complete list of entries in the map. From v2.0.0 For the key value called '@all', add a second '@' and use '@@all' for your key value. |
Examples
Output all entries in a map
{report-table}{local-reporter:my map > @all}Â {text-sort:entry:key}{local-reporter}Â {report-column:title=Key}{report-info:entry:key}{report-column}{report-column:title=Value}{report-info:entry:value}{report-column}Â {report-empty}_No entries are available._{report-empty}Â {report-table}