| Package | Description |
|---|---|
| org.mentawai.ajax | |
| org.mentawai.ajax.renderer | |
| org.mentawai.core |
| Constructor and Description |
|---|
AjaxConsequence(AjaxRenderer renderer) |
AjaxConsequence(AjaxRenderer renderer,
boolean pretty) |
AjaxConsequence(AjaxRenderer renderer,
boolean pretty,
boolean disableCache) |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanCollectionAjaxRenderer |
class |
JSONArrayAjaxRenderer
Expect a java.util.Collection or a JSONArray in the output.
|
class |
JSONGenericRenderer |
class |
JSONMapAjaxRenderer |
class |
JSONObjectAjaxRenderer
A Ajax Render that gets a Java Object and transforms it into a JSON Object.
|
class |
JsonRenderer |
class |
MapAjaxRenderer
A AjaxRender that gets map from the action`s output
and creates a XML structure with the contents of this
map.
|
class |
ResultRenderer
Render that will get the return of action (eg, return "text"), and will return it as response ajax call
|
class |
StringAjaxRenderer
A AjaxRender that creates a XML structure from
a given String.
|
class |
StringRenderer |
class |
XStreamRenderer
A AjaxRenderer that uses XStream.
|
| Modifier and Type | Method and Description |
|---|---|
static Consequence |
ApplicationManager.ajax(AjaxRenderer renderer) |
ActionConfig |
ActionConfig.ajaxError(AjaxRenderer renderer)
Shorter version of a AjaxConsequence error.
|
ActionConfig |
ActionConfig.ajaxOk(AjaxRenderer renderer)
Shorter version of a AjaxConsequence success.
|
Copyright © 2015. All Rights Reserved.