public class RenderCSV
extends org.osgl.mvc.result.RenderContent
Render object as CSV
Constructor and Description |
---|
RenderCSV(org.osgl.http.H.Status status,
java.lang.Object v,
PropertySpec.MetaInfo spec,
ActContext context) |
RenderCSV(java.lang.Object v,
PropertySpec.MetaInfo spec,
ActContext context) |
Modifier and Type | Method and Description |
---|---|
static RenderCSV |
get(org.osgl.http.H.Status status,
java.lang.Object v,
PropertySpec.MetaInfo spec,
ActContext context) |
static RenderCSV |
get(java.lang.Object v,
PropertySpec.MetaInfo spec,
ActContext 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 RenderCSV(java.lang.Object v, PropertySpec.MetaInfo spec, ActContext context)
public RenderCSV(org.osgl.http.H.Status status, java.lang.Object v, PropertySpec.MetaInfo spec, ActContext context)
public static RenderCSV get(java.lang.Object v, PropertySpec.MetaInfo spec, ActContext context)
public static RenderCSV get(org.osgl.http.H.Status status, java.lang.Object v, PropertySpec.MetaInfo spec, ActContext context)
Copyright © 2014–2017 ActFramework. All rights reserved.