Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface TemplateModelIterator
TemplateCollectionModel
.
Method Summary | |
boolean |
|
TemplateModel |
|
public boolean hasNext() throws TemplateModelException
- Returns:
- whether there are any more items to iterate over.
public TemplateModel next() throws TemplateModelException
Returns the next model.
- Throws:
TemplateModelException
- if the next model can not be retrieved (i.e. because the iterator is exhausted).