Render the values of a Map
The following code snippet shows how to get the values of a Map (e.g. HashMap) from within a Freemarker template.
Render the keys of a Map
You can do a similar thing with the keys of a map as shown below.
|
Loading sub-menu...
Render the values of a MapThe following code snippet shows how to get the values of a Map (e.g. HashMap) from within a Freemarker template. Render the keys of a MapYou can do a similar thing with the keys of a map as shown below. Labels |
||||
Add Comment