Class RenderResult
java.lang.Object
com.atlassian.confluence.renderer.RenderResult
The result of a wiki rendering: the main payload is, of course, the rendered content,
but we may during the course of the render want to collect more information like page
structure, or excerpts or so on, so this gives us a simple metadata facility.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
containsMetadata
(String key) getMetadata
(String key) toString()
Does the same as getRenderedContent, so you can shortcut the use of the renderer in things like writers or string concatenation.
-
Constructor Details
-
RenderResult
-
-
Method Details