Freemarker 'Collection.contains' functionality

Viewed 21249

From my java code I'm returning a Set<String>. The view needs to check if the Set contains a specific string.. I can't find any docs on how Freemarker can handle this.
Any idea?

1 Answers
Related