com.atlassian.confluence.util.ajax
Class AjaxResponse

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

public class AjaxResponse
extends Object

Created by IntelliJ IDEA. User: Tomd Date: 20/09/2005 Time: 11:58:00 To change this template use File | Settings | File Templates.


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

Constructor Detail

AjaxResponse

public AjaxResponse()
Method Detail

isSuccess

public boolean isSuccess()

setSuccess

public void setSuccess(boolean success)

getResponse

public String getResponse()

setResponse

public void setResponse(String response)


Confluence is developed by Atlassian.