public class BeanCollectionAjaxRenderer extends Object implements AjaxRenderer
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ENTRY_TAG |
static String |
DEFAULT_ROOT_TAG |
APP_JS, APP_JSON, APP_URLENCODED, TEXT_HTML, TEXT_PLAIN, TEXT_XML| Constructor and Description |
|---|
BeanCollectionAjaxRenderer(String[] subTagsAttrs,
String[] attrsAttrs) |
BeanCollectionAjaxRenderer(String rootTag,
String childTag,
String[] subTagsAttrs,
String[] attrsAttrs) |
| Modifier and Type | Method and Description |
|---|---|
String |
encode(Object obj,
Locale loc,
boolean pretty) |
String |
getCharset() |
String |
getContentType() |
static void |
main(String[] args) |
public static final String DEFAULT_ROOT_TAG
public static final String DEFAULT_ENTRY_TAG
public BeanCollectionAjaxRenderer(String rootTag, String childTag, String[] subTagsAttrs, String[] attrsAttrs)
public String encode(Object obj, Locale loc, boolean pretty) throws Exception
encode in interface AjaxRendererExceptionpublic String getContentType()
getContentType in interface AjaxRendererpublic String getCharset()
getCharset in interface AjaxRendererCopyright © 2015. All Rights Reserved.