Modifier and Type | Method and Description |
---|---|
RenderResult |
DefaultFormatConverter.convertToEditorFormatWithResult(String storageFormat,
com.atlassian.renderer.RenderContext renderContext) |
RenderResult |
FormatConverter.convertToEditorFormatWithResult(String storageFormat,
com.atlassian.renderer.RenderContext renderContext)
Converts the storage format into the editor format.
|
RenderResult |
DeviceTypeAwareRenderer.renderWithResult(String xml,
ConversionContext conversionContext) |
RenderResult |
Renderer.renderWithResult(String xml,
ConversionContext conversionContext) |
RenderResult |
DefaultRenderer.renderWithResult(String content,
ConversionContext conversionContext) |
Modifier and Type | Method and Description |
---|---|
RenderResult |
BodyTypeAwareRenderer.renderWithResult(String xml,
ConversionContext conversionContext) |
Modifier and Type | Method and Description |
---|---|
static RenderResult |
RenderResult.failure(String errorRender) |
static RenderResult |
RenderResult.success(String result) |
Modifier and Type | Method and Description |
---|---|
List<RenderResult> |
BatchedRenderResult.getResults() |
Constructor and Description |
---|
BatchedRenderResult(List<RenderResult> results) |
Copyright © 2003–2018 Atlassian. All rights reserved.