collection:addAll

Adds a Collection to a existing Collection. When adding a Collection you can specify it with the attributes: add or addName/addProperty.

Syntax
<collection:addAll
   add="..."?
   addName="..."?
   addProperty="..."?
   collection="..."/>
Attributes
collection, mandatory

The Collection to add another Collection into. This can either be a List, Set or Map.

add

addName

addProperty