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,
String html) |
static RenderHtml |
of(org.osgl.http.H.Status status,
String html,
Object... args) |
static RenderHtml |
of(String html) |
static RenderHtml |
of(String html,
Object... args) |
apply, content, format, isOutputEncoding, setContentType, setOutputEncodingapplyAfterCommitHandler, applyBeforeCommitHandler, applyMessage, applyStatus, clearThreadLocals, payload, status, status, statusCodedoFillInStackTrace, 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(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)
Copyright © 2017. All Rights Reserved.