Class BatchedRenderRequest
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.BatchedRenderRequest
-
public class BatchedRenderRequest extends Object
A request to render one or more storage-fragment strings with a given ConversionContext.
-
-
Constructor Summary
Constructors Constructor Description BatchedRenderRequest(ConversionContext context, List<String> storageFragments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConversionContext
getContext()
List<String>
getStorageFragments()
-
-
-
Constructor Detail
-
BatchedRenderRequest
public BatchedRenderRequest(ConversionContext context, List<String> storageFragments)
-
-
Method Detail
-
getContext
public ConversionContext getContext()
-
-