public class RenderAny
extends org.osgl.mvc.result.Result
Render a template with template path and arguments provided by ActionContext
| Constructor and Description |
|---|
RenderAny() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(ActionContext context) |
void |
apply(org.osgl.http.H.Request req,
org.osgl.http.H.Response resp) |
static void |
clearThreadLocals() |
static RenderAny |
get() |
RenderAny |
ignoreMissingTemplate() |
addCookie, addHeader, applyAfterCommitHandler, applyBeforeCommitHandler, applyCookies, applyHeaders, applyMessage, applyStatus, header, payload, status, status, statusCode, timestamp, touchPayloaddoFillInStackTrace, fillInStackTracepublic static final RenderAny INSTANCE
public RenderAny ignoreMissingTemplate()
public void apply(org.osgl.http.H.Request req,
org.osgl.http.H.Response resp)
apply in class org.osgl.mvc.result.Resultpublic void apply(ActionContext context)
public static RenderAny get()
public static void clearThreadLocals()
Copyright © 2014–2017 ActFramework. All rights reserved.