Interface TemplateCollectionModelEx

All Superinterfaces:
TemplateCollectionModel, TemplateModel
All Known Implementing Classes:
DefaultNonListCollectionAdapter

public interface TemplateCollectionModelEx extends TemplateCollectionModel
"collection" template language data type: Adds size/emptiness querybility to TemplateCollectionModel. The added extra operations are provided by all Java Collection-s, and this interface was added to make that accessible for templates too.
Since:
2.3.22