| Class | Description |
|---|---|
| BeanCollectionAjaxRenderer | |
| JSONArrayAjaxRenderer |
Expect a java.util.Collection or a JSONArray in the output.
|
| JSONGenericRenderer | |
| JSONMapAjaxRenderer | |
| JSONObjectAjaxRenderer |
A Ajax Render that gets a Java Object and transforms it into a JSON Object.
|
| JSONObjectAjaxRenderer.User | |
| JsonRenderer | |
| MapAjaxRenderer |
A AjaxRender that gets map from the action`s output
and creates a XML structure with the contents of this
map.
|
| ResultRenderer |
Render that will get the return of action (eg, return "text"), and will return it as response ajax call
|
| StringAjaxRenderer |
A AjaxRender that creates a XML structure from
a given String.
|
| StringRenderer | |
| XStreamRenderer |
A AjaxRenderer that uses XStream.
|
Copyright © 2015. All Rights Reserved.