static RenderJSON |
RenderJSON.of(org.osgl.http.H.Status status,
org.osgl.Lang.Func0<String> contentProducer) |
static RenderJSON |
RenderJSON.of(org.osgl.http.H.Status status,
org.osgl.Lang.Visitor<Writer> contentWriter) |
static RenderJSON |
RenderJSON.of(org.osgl.http.H.Status status,
Object v) |
static RenderJSON |
RenderJSON.of(org.osgl.http.H.Status status,
String jsonStr) |
static RenderJSON |
RenderJSON.of(org.osgl.http.H.Status status,
String jsonFormt,
Object... args) |
static RenderJSON |
RenderJSON.of(org.osgl.Lang.Func0<String> producer) |
static RenderJSON |
RenderJSON.of(org.osgl.Lang.Visitor<Writer> contentWriter) |
static RenderJSON |
RenderJSON.of(Object v) |
static RenderJSON |
RenderJSON.of(String jsonStr) |
static RenderJSON |
RenderJSON.of(String jsonFormt,
Object... args) |