com.atlassian.confluence.util.ajax
Class AjaxResponse

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

public class AjaxResponse
extends java.lang.Object


Method Summary
static AjaxResponse failure(java.lang.String response)
           
 java.lang.String getResponse()
           
 boolean isSuccess()
           
static AjaxResponse success(java.lang.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 java.lang.String getResponse()

failure

public static AjaxResponse failure(java.lang.String response)

success

public static AjaxResponse success(java.lang.String response)


Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.