BAEL-3014: Added sample code for lists
This commit is contained in:
parent
fd0ef02dd1
commit
195c6bf529
|
@ -9,4 +9,4 @@ myList contains red: <span th:text="${#lists.contains(myList, 'red')}"/>
|
|||
|
||||
myList contains red and green: <span th:text='${#lists.containsAll(myList, new String[]{"red", "green"})}'/>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue