public class RenderResult extends Object
Constructor and Description |
---|
RenderResult(String renderedContent,
Map metadata) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsMetadata(String key) |
Object |
getMetadata(String key) |
String |
getRenderedContent() |
String |
toString()
Does the same as getRenderedContent, so you can shortcut the use of the
renderer in things like writers or string concatenation.
|
Copyright © 2003–2020 Atlassian. All rights reserved.