@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) |
List |
iter(ValueRetriever retriever) |
void |
pop(int index,
Object v) |
void |
printAscii(String s) |
void |
printUTF8(String s) |
void |
printValue(Object value,
boolean escape) |
void |
push(int index,
Object v) |
void |
val(ValueRetriever retriever,
boolean escape) |
void |
valOr(ValueRetriever retriever,
String or,
boolean escape) |
void printAscii(String s) throws IOException
IOExceptionvoid printUTF8(String s) throws IOException
IOExceptionvoid printValue(Object value, boolean escape) throws IOException
IOExceptionList iter(ValueRetriever retriever)
void val(ValueRetriever retriever, boolean escape) throws IOException
IOExceptionvoid valOr(ValueRetriever retriever, String or, boolean escape) throws IOException
IOExceptionvoid push(int index,
Object v)
void pop(int index,
Object v)
void call(String name)
boolean cond(String name)
Copyright © 2014–2017 Nikolche Mihajlovski and contributors. All rights reserved.