org.mentawai.ajax.renderer
Class JSONArrayAjaxRenderer
java.lang.Object
org.mentawai.ajax.renderer.JSONArrayAjaxRenderer
- All Implemented Interfaces:
- AjaxRenderer
public class JSONArrayAjaxRenderer
- extends Object
- implements AjaxRenderer
Expect a java.util.Collection or a JSONArray in the output.
- Author:
- Davi Luan Carneiro, Rubem Azenha (rubem.azenha@gmail.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSONArrayAjaxRenderer
public JSONArrayAjaxRenderer()
encode
public String encode(Object obj,
Locale loc,
boolean pretty)
throws Exception
- Specified by:
encode in interface AjaxRenderer
- Throws:
Exception
getContentType
public String getContentType()
- Specified by:
getContentType in interface AjaxRenderer
getCharset
public String getCharset()
- Specified by:
getCharset in interface AjaxRenderer
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2012. All Rights Reserved.