public abstract class BaseJsonApiManager extends BaseApiManager
BaseApiManager.FormatTypepathPrefix| Constructor and Description |
|---|
BaseJsonApiManager() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
escapeCallbackName(String callbackName) |
protected String |
escapeJson(Object obj) |
protected void |
writeJsonResponse(int status,
String body) |
protected void |
writeJsonResponse(int status,
String body,
String errMsg) |
protected void |
writeJsonResponse(int status,
String body,
Throwable t) |
getFormatType, getPathPrefix, setPathPrefix, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmatches, processprotected void writeJsonResponse(int status,
String body)
Copyright © 2009–2017 CodeLibs. All rights reserved.