| Constructor and Description |
|---|
RenderCtxImpl(OutputStream out,
String filename,
Object... model) |
| Modifier and Type | Method and Description |
|---|---|
void |
call(String name) |
boolean |
cond(String name) |
Object[] |
iter(String name) |
void |
pop(int index,
Object v) |
void |
print(String s) |
void |
push(int index,
Object v) |
void |
val(String name,
boolean escape) |
void |
valOr(String name,
String or,
boolean escape) |
public RenderCtxImpl(OutputStream out, String filename, Object... model)
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.