public class AjaxResponse
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static AjaxResponse |
failure(java.lang.String response) |
java.lang.String |
getResponse() |
boolean |
isSuccess() |
static AjaxResponse |
success(java.lang.String response) |
public boolean isSuccess()
public java.lang.String getResponse()
public static AjaxResponse failure(java.lang.String response)
public static AjaxResponse success(java.lang.String response)
Copyright © 2003-2014 Atlassian. All Rights Reserved.