|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
List values in a template data model must implement this interface, which is essentially the Iterator interface plus a rewind() method that allows the list to be read again.
The detail messages of any TemplateModelExceptions thrown will be included as HTML comments in the output.
Method Summary | |
boolean |
hasNext()
Deprecated. |
boolean |
isRewound()
Deprecated. |
TemplateModel |
next()
Deprecated. |
void |
rewind()
Deprecated. Resets the cursor to the beginning of the list. |
Methods inherited from interface freemarker.template.TemplateSequenceModel |
get, size |
Methods inherited from interface freemarker.template.TemplateModel |
isEmpty |
Method Detail |
public void rewind() throws TemplateModelException
public boolean isRewound() throws TemplateModelException
public boolean hasNext() throws TemplateModelException
public TemplateModel next() throws TemplateModelException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |