Uses of Class
com.atlassian.confluence.content.render.xhtml.BatchedRenderRequest
Packages that use BatchedRenderRequest
Package
Description
-
Uses of BatchedRenderRequest in com.atlassian.confluence.content.render.xhtml
Methods in com.atlassian.confluence.content.render.xhtml with parameters of type BatchedRenderRequestModifier and TypeMethodDescriptionDefaultXhtmlContent.convertStorageToView
(BatchedRenderRequest... renderRequests) DefaultRenderer.render
(BatchedRenderRequest... renderRequests) DeviceTypeAwareRenderer.render
(BatchedRenderRequest... renderRequests) Renderer.render
(BatchedRenderRequest... renderRequests) Renders an ordered collection of batched render requests, e.g. -
Uses of BatchedRenderRequest in com.atlassian.confluence.content.render.xhtml.compatibility
Methods in com.atlassian.confluence.content.render.xhtml.compatibility with parameters of type BatchedRenderRequestModifier and TypeMethodDescriptionBodyTypeAwareRenderer.render
(BatchedRenderRequest... renderRequests) -
Uses of BatchedRenderRequest in com.atlassian.confluence.xhtml.api
Methods in com.atlassian.confluence.xhtml.api with parameters of type BatchedRenderRequestModifier and TypeMethodDescriptionXhtmlContent.convertStorageToView
(BatchedRenderRequest... renderRequests) Returns a view format fragments for the suppliedrenderRequests
.