com.github.mustachejava
Interface Iteration
- All Known Implementing Classes:
- IterableCode, NotIterableCode
public interface Iteration
This is the callback interface for iterating on a value. You can override the iterate
method in an ObjectHandler to change the types recognized by mustache.java as iterable.
Method Summary |
java.io.Writer |
next(java.io.Writer writer,
java.lang.Object next,
java.lang.Object[] scopes)
|
next
java.io.Writer next(java.io.Writer writer,
java.lang.Object next,
java.lang.Object[] scopes)
Copyright © 2012. All Rights Reserved.