public final class AjaxResponseBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
AjaxResponseBuilder |
appendHtml(String content)
Envoi du contenu HTML brut.
|
String |
send()
Envoi les données au client.
|
AjaxResponseBuilder |
withJson(String json)
Envoi du contenu Json brut.
|
public String send()
public AjaxResponseBuilder appendHtml(String content)
content - Contenu.public AjaxResponseBuilder withJson(String json)
json - Json.Copyright © 2014. All Rights Reserved.