public class RenderJsonMap extends RenderAny
Render json Map using all ActionContext.renderArgs()
by ActionContext
.
Note this will render the JSON result without regarding to the http Accept
header
Modifier and Type | Field and Description |
---|---|
static RenderJsonMap |
INSTANCE |
Constructor and Description |
---|
RenderJsonMap() |
Modifier and Type | Method and Description |
---|---|
void |
apply(ActionContext context) |
static RenderJsonMap |
get() |
apply, clearThreadLocals, ignoreMissingTemplate
addCookie, addHeader, applyAfterCommitHandler, applyBeforeCommitHandler, applyCookies, applyHeaders, applyMessage, applyStatus, header, payload, status, status, statusCode, timestamp, touchPayload
doFillInStackTrace, fillInStackTrace
public static final RenderJsonMap INSTANCE
public void apply(ActionContext context)
public static RenderJsonMap get()
Copyright © 2014–2017 ActFramework. All rights reserved.