|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.lyncode.jtwig.tree.content.ForLoop
com.lyncode.jtwig.tree.content.ForPairLoop
public class ForPairLoop
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.lyncode.jtwig.tree.content.ForLoop |
|---|
ForLoop.Loop |
| Field Summary |
|---|
| Fields inherited from class com.lyncode.jtwig.tree.content.ForLoop |
|---|
content, expression, variable |
| Constructor Summary | |
|---|---|
ForPairLoop(Variable key,
Variable value,
Expression map)
|
|
| Method Summary | |
|---|---|
boolean |
render(OutputStream outputStream,
JtwigContext context)
|
String |
toString()
|
| Methods inherited from class com.lyncode.jtwig.tree.content.ForLoop |
|---|
compile, replace, setContent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ForPairLoop(Variable key,
Variable value,
Expression map)
| Method Detail |
|---|
public boolean render(OutputStream outputStream,
JtwigContext context)
throws RenderException
render in interface Contentrender in class ForLoopRenderExceptionpublic String toString()
toString in class ForLoop
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||