public class AjaxUtils extends Object
| Constructor and Description |
|---|
AjaxUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getJsonOutput(FormChecker fc)
returns json output in this format: http://labs.omniti.com/labs/jsend
{ "status" : "fail", "data" : { "title" : "A title is required" } }
{ status : "success", data : null }
|
public static String getJsonOutput(FormChecker fc)
fc - Copyright © 2017. All rights reserved.