static RenderText |
RenderText.of(org.osgl.http.H.Format fmt,
String text,
Object... args) |
static RenderText |
RenderText.of(org.osgl.http.H.Status status,
org.osgl.http.H.Format fmt,
String text,
Object... args) |
static RenderText |
RenderText.of(org.osgl.http.H.Status status,
org.osgl.Lang.Func0<String> contentProducer) |
static RenderText |
RenderText.of(org.osgl.http.H.Status status,
org.osgl.Lang.Visitor<Writer> contentWriter) |
static RenderText |
RenderText.of(org.osgl.http.H.Status status,
String text) |
static RenderText |
RenderText.of(org.osgl.http.H.Status status,
String text,
Object... args) |
static RenderText |
RenderText.of(org.osgl.Lang.Func0<String> contentProducer) |
static RenderText |
RenderText.of(org.osgl.Lang.Visitor<Writer> contentWriter) |
static RenderText |
RenderText.of(String text) |
static RenderText |
RenderText.of(String text,
Object... args) |