Class RenderResult
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.view.RenderResult
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RenderResult
failure(String errorRender)
String
getRender()
boolean
isSuccessful()
static RenderResult
success(String result)
-
-
-
Method Detail
-
success
public static RenderResult success(String result)
-
failure
public static RenderResult failure(String errorRender)
-
getRender
public String getRender()
-
isSuccessful
public boolean isSuccessful()
-
-