Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
var | true | false | java.lang.String |
Name of the exported variable for the new list. | |||
removeDuplicates | false | false | boolean |
Specifies whether the duplicated values should be removed. Defaults to "false". |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
list | true | true | java.util.Collection |
value | true | true | java.lang.Object |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
list | true | true | java.util.Collection |
value | true | true | java.lang.Object |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
list | true | true | java.util.Collection |
Attribute name | Required | Runtime Expression Evaluation | Type |
---|---|---|---|
var | true | false | java.lang.String |
list | true | true | java.util.Collection |
- < c:if test="${list:contains(list, value)}" >