This placeholder allows you to sort maps and lists in Velocity.
Methods
Name |
Type |
Description |
---|---|---|
|
List<String> |
Returns the list in ascending order.
|
|
Map<String,String> |
Returns the map in ascending order by key.
|
|
Map<String,String> |
Returns the map in ascending order by value.
|
|
List<String> |
Returns the list in descending order.
|
|
Map<String,String> |
Returns the map in descending order by key.
|
|
Map<String,String> |
Returns the map in descending order by value.
|