boolean contains(java.lang.Object[], java.lang.Object)
true
if the string representation of an item of the given array equals to the
string representation of the given item. This returns false
if either the array or the
item is null. This is useful if you want to for example check if #{paramValues.foo}
contains a certain value.
Info | Value |
---|---|
Function Class | org.omnifaces.el.functions.Arrays |
Function Signature | boolean contains(java.lang.Object[], java.lang.Object) |
Display Name | None |
Output generated by Vdldoc View Declaration Language Documentation Generator.