@Authors(value="Nikolche Mihajlovski")
@Since(value="5.1.0")
public interface RenderCtx
| Modifier and Type | Method and Description |
|---|---|
void |
call(String name) |
boolean |
cond(String name) |
Object[] |
iter(String items) |
void |
pop(int index,
Object v) |
void |
print(String s) |
void |
push(int index,
Object v) |
void |
val(String s,
boolean escape) |
void |
valOr(String s,
String or,
boolean escape) |
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.