collection Tag Library

This tag library contains tag that are usefull to create new Collections, or manipulate existing Collections.

When we are talking about Collections this is equivalent to the java interface java.util.Collection. Except that we have included java.util.Map into our tags.

The essential tags in this taglib are:

  • add

  • createList

  • createMap

  • createSet

  • get

  • pageByPage

  <%@ taglib uri="http://www.escenic.com/taglib/escenic-collection" prefix="collection" %>

We usually use collection as prefix to this tag library.