Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
var | true | false | java.lang.String |
Name of the exported variable for the new map. |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
map | true | true | java.util.Map |
key | true | true | java.lang.Object |
value | true | true | java.lang.Object |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
map | true | true | java.util.Map |
key | true | true | java.lang.Object |
- < c:if test="${map:containsKey(map, key)}" >
- < c:if test="${map:containsValue(map, value)}" >