com.atlassian.confluence.util.ajax
Class AjaxResponse

java.lang.Object
  extended by com.atlassian.confluence.util.ajax.AjaxResponse

public class AjaxResponse
extends Object


Method Summary
static AjaxResponse failure(String response)
           
 String getResponse()
           
 boolean isSuccess()
           
static AjaxResponse success(String response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isSuccess

public boolean isSuccess()

getResponse

public String getResponse()

failure

public static AjaxResponse failure(String response)

success

public static AjaxResponse success(String response)


Copyright © 2003-2012 Atlassian. All Rights Reserved.