BAEL-3014: Added sample code for lists

This commit is contained in:
isaolmez 2019-07-15 17:30:23 +03:00
parent fd0ef02dd1
commit 195c6bf529

View File

@ -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"})}'/> myList contains red and green: <span th:text='${#lists.containsAll(myList, new String[]{"red", "green"})}'/>
</body> </body>
</html> </html>