Uses of Class
com.atlassian.confluence.content.render.xhtml.view.BatchedRenderResult
-
Packages that use BatchedRenderResult Package Description com.atlassian.confluence.content.render.xhtml com.atlassian.confluence.content.render.xhtml.compatibility com.atlassian.confluence.xhtml.api -
-
Uses of BatchedRenderResult in com.atlassian.confluence.content.render.xhtml
Methods in com.atlassian.confluence.content.render.xhtml that return types with arguments of type BatchedRenderResult Modifier and Type Method Description List<BatchedRenderResult>
DefaultXhtmlContent. convertStorageToView(BatchedRenderRequest... renderRequests)
List<BatchedRenderResult>
DefaultRenderer. render(BatchedRenderRequest... renderRequests)
List<BatchedRenderResult>
DeviceTypeAwareRenderer. render(BatchedRenderRequest... renderRequests)
List<BatchedRenderResult>
Renderer. render(BatchedRenderRequest... renderRequests)
Renders an ordered collection of batched render requests, e.g. -
Uses of BatchedRenderResult in com.atlassian.confluence.content.render.xhtml.compatibility
Methods in com.atlassian.confluence.content.render.xhtml.compatibility that return types with arguments of type BatchedRenderResult Modifier and Type Method Description List<BatchedRenderResult>
BodyTypeAwareRenderer. render(BatchedRenderRequest... renderRequests)
-
Uses of BatchedRenderResult in com.atlassian.confluence.xhtml.api
Methods in com.atlassian.confluence.xhtml.api that return types with arguments of type BatchedRenderResult Modifier and Type Method Description List<BatchedRenderResult>
XhtmlContent. convertStorageToView(BatchedRenderRequest... renderRequests)
Returns a view format fragments for the suppliedrenderRequests
.
-