public class FilteredRenderJSON
extends org.osgl.mvc.result.RenderContent
An enhanced version of RenderJSON
that allows PropertySpec
to be applied to control the output fields
Modifier and Type | Field and Description |
---|---|
static FilteredRenderJSON |
_INSTANCE |
Constructor and Description |
---|
FilteredRenderJSON(org.osgl.http.H.Status status,
java.lang.Object v,
PropertySpec.MetaInfo spec,
ActContext context) |
FilteredRenderJSON(java.lang.Object v,
PropertySpec.MetaInfo spec,
ActContext context) |
Modifier and Type | Method and Description |
---|---|
static FilteredRenderJSON |
get(org.osgl.http.H.Status status,
java.lang.Object v,
PropertySpec.MetaInfo spec,
ActionContext context) |
static FilteredRenderJSON |
get(java.lang.Object v,
PropertySpec.MetaInfo spec,
ActionContext context) |
apply, content, format, isOutputEncoding, setContentType, setOutputEncoding
addCookie, addHeader, applyAfterCommitHandler, applyBeforeCommitHandler, applyCookies, applyHeaders, applyMessage, applyStatus, clearThreadLocals, header, payload, status, status, statusCode, timestamp, touchPayload
doFillInStackTrace, fillInStackTrace
public static final FilteredRenderJSON _INSTANCE
public FilteredRenderJSON(java.lang.Object v, PropertySpec.MetaInfo spec, ActContext context)
public FilteredRenderJSON(org.osgl.http.H.Status status, java.lang.Object v, PropertySpec.MetaInfo spec, ActContext context)
public static FilteredRenderJSON get(java.lang.Object v, PropertySpec.MetaInfo spec, ActionContext context)
public static FilteredRenderJSON get(org.osgl.http.H.Status status, java.lang.Object v, PropertySpec.MetaInfo spec, ActionContext context)
Copyright © 2014–2017 ActFramework. All rights reserved.