@Deprecated public class RenderContext extends Object
This information will be used by rendering components to determine context-specific information, such as whether URLs are absolute or relative.
Modifier and Type | Class and Description |
---|---|
static class |
RenderContext.Builder
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getData()
Deprecated.
|
Boolean |
getHardwrap()
Deprecated.
|
Boolean |
getHtmlEscaped()
Deprecated.
|
Boolean |
getIncludeHeadingId()
Deprecated.
|
UrlMode |
getUrlMode()
Deprecated.
|
@Nonnull public Map<String,Object> getData()
null
@Nullable public Boolean getHardwrap()
TRUE
to render newlines as breaks; FALSE
to retain newlines unchanged; or null
to use the system-configured default (currently true
)@Nullable public Boolean getHtmlEscaped()
TRUE
to escape HTML in the content when rendering; FALSE
to retain HTML unchanged; or
null
to use the system-configured default (currently true
)@Nullable public Boolean getIncludeHeadingId()
TRUE
to include an ID on each rendered heading; FALSE
to omit them; or null
to use the system-configured default (currently false
)Copyright © 2022 Atlassian. All rights reserved.