Class AjaxResponse
- java.lang.Object
-
- com.atlassian.confluence.util.ajax.AjaxResponse
-
public class AjaxResponse extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AjaxResponse
failure(String response)
String
getResponse()
boolean
isSuccess()
static AjaxResponse
success(String response)
-
-
-
Method Detail
-
isSuccess
public boolean isSuccess()
-
getResponse
public String getResponse()
-
failure
public static AjaxResponse failure(String response)
-
success
public static AjaxResponse success(String response)
-
-