Uses of Class
com.atlassian.confluence.content.render.xhtml.view.RenderResult
-
-
Uses of RenderResult in com.atlassian.confluence.content.render.xhtml
Methods in com.atlassian.confluence.content.render.xhtml that return RenderResult Modifier and Type Method Description RenderResultDefaultFormatConverter. convertToEditorFormatWithResult(String storageFormat, com.atlassian.renderer.RenderContext renderContext)RenderResultFormatConverter. convertToEditorFormatWithResult(String storageFormat, com.atlassian.renderer.RenderContext renderContext)Converts the storage format into the editor format.RenderResultDefaultRenderer. renderWithResult(String content, ConversionContext conversionContext)RenderResultDeviceTypeAwareRenderer. renderWithResult(String xml, ConversionContext conversionContext)RenderResultRenderer. renderWithResult(String xml, ConversionContext conversionContext) -
Uses of RenderResult in com.atlassian.confluence.content.render.xhtml.compatibility
Methods in com.atlassian.confluence.content.render.xhtml.compatibility that return RenderResult Modifier and Type Method Description RenderResultBodyTypeAwareRenderer. renderWithResult(String xml, ConversionContext conversionContext) -
Uses of RenderResult in com.atlassian.confluence.content.render.xhtml.view
Methods in com.atlassian.confluence.content.render.xhtml.view that return RenderResult Modifier and Type Method Description static RenderResultRenderResult. failure(String errorRender)static RenderResultRenderResult. success(String result)Methods in com.atlassian.confluence.content.render.xhtml.view that return types with arguments of type RenderResult Modifier and Type Method Description List<RenderResult>BatchedRenderResult. getResults()Constructor parameters in com.atlassian.confluence.content.render.xhtml.view with type arguments of type RenderResult Constructor Description BatchedRenderResult(List<RenderResult> results)
-