public class RenderHtml extends RenderContent
Result.Payload| Constructor and Description |
|---|
RenderHtml(org.osgl.http.H.Status status,
String html) |
RenderHtml(org.osgl.http.H.Status status,
String html,
Object... args) |
RenderHtml(String html) |
RenderHtml(String html,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
static RenderHtml |
of(org.osgl.http.H.Status status,
org.osgl.Lang.Func0<String> contentProducer) |
static RenderHtml |
of(org.osgl.http.H.Status status,
org.osgl.Lang.Visitor<Writer> contentWriter) |
static RenderHtml |
of(org.osgl.http.H.Status status,
String html) |
static RenderHtml |
of(org.osgl.http.H.Status status,
String html,
Object... args) |
static RenderHtml |
of(org.osgl.Lang.Func0<String> contentProducer) |
static RenderHtml |
of(org.osgl.Lang.Visitor<Writer> contentWriter) |
static RenderHtml |
of(String html) |
static RenderHtml |
of(String html,
Object... args) |
apply, content, contentWriter, format, isOutputEncoding, setContentType, setOutputEncodingaddCookie, addHeader, applyAfterCommitHandler, applyBeforeCommitHandler, applyCookies, applyHeaders, applyMessage, applyStatus, clearThreadLocals, header, payload, status, status, statusCode, timestamp, touchPayloaddoFillInStackTrace, fillInStackTraceaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RenderHtml(String html)
public RenderHtml(org.osgl.http.H.Status status,
String html)
public static RenderHtml of(org.osgl.Lang.Visitor<Writer> contentWriter)
public static RenderHtml of(org.osgl.Lang.Func0<String> contentProducer)
public static RenderHtml of(String html)
public static RenderHtml of(String html, Object... args)
public static RenderHtml of(org.osgl.http.H.Status status, String html)
public static RenderHtml of(org.osgl.http.H.Status status, String html, Object... args)
public static RenderHtml of(org.osgl.http.H.Status status, org.osgl.Lang.Visitor<Writer> contentWriter)
public static RenderHtml of(org.osgl.http.H.Status status, org.osgl.Lang.Func0<String> contentProducer)
Copyright © 2014–2018 OSGL (Open Source General Library). All rights reserved.