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