public interface TemplateModelIterator
TemplateCollectionModel
.Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
TemplateModel |
next()
Returns the next model.
|
TemplateModel next() throws TemplateModelException
TemplateModelException
- if the next model can not be retrieved
(i.e. because the iterator is exhausted).boolean hasNext() throws TemplateModelException
TemplateModelException