| Constructor and Description |
|---|
RenderCtxImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
busy() |
void |
call(String name) |
void |
claim() |
boolean |
cond(String name) |
RenderCtxImpl |
factory(TemplateFactory factory) |
RenderCtxImpl |
filename(String filename) |
List |
iter(ValueRetriever retriever) |
RenderCtxImpl |
model(Object model) |
RenderCtxImpl |
multiModel(List<Object> model) |
RenderCtxImpl |
out(OutputStream out) |
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 |
reset() |
void |
val(ValueRetriever retriever,
boolean escape) |
void |
valOr(ValueRetriever retriever,
String or,
boolean escape) |
public void printAscii(String s) throws IOException
printAscii in interface RenderCtxIOExceptionpublic void printUTF8(String s) throws IOException
printUTF8 in interface RenderCtxIOExceptionpublic void printValue(Object value, boolean escape) throws IOException
printValue in interface RenderCtxIOExceptionpublic List iter(ValueRetriever retriever)
public void val(ValueRetriever retriever, boolean escape) throws IOException
val in interface RenderCtxIOExceptionpublic void valOr(ValueRetriever retriever, String or, boolean escape) throws IOException
valOr in interface RenderCtxIOExceptionpublic RenderCtxImpl out(OutputStream out)
public RenderCtxImpl multiModel(List<Object> model)
public RenderCtxImpl model(Object model)
public RenderCtxImpl factory(TemplateFactory factory)
public RenderCtxImpl filename(String filename)
public void reset()
public boolean busy()
public void claim()
Copyright © 2014–2017 Nikolche Mihajlovski and contributors. All rights reserved.