public interface AjaxRenderer
| Modifier and Type | Field and Description |
|---|---|
static String |
APP_JS |
static String |
APP_JSON |
static String |
APP_URLENCODED |
static String |
TEXT_HTML
Content-type for text/html.
|
static String |
TEXT_PLAIN |
static String |
TEXT_XML
Content-type for text/xml.
|
| Modifier and Type | Method and Description |
|---|---|
String |
encode(Object object,
Locale loc,
boolean pretty) |
String |
getCharset() |
String |
getContentType() |
static final String TEXT_HTML
static final String TEXT_XML
static final String APP_JSON
static final String APP_JS
static final String TEXT_PLAIN
static final String APP_URLENCODED
Copyright © 2015. All Rights Reserved.