java.lang.Object | |
↳ | com.atlassian.bitbucket.markup.RenderContext |
Context-specific data for rendering markup.
This information will be used by rendering components to determine context-specific information, such as whether URLs are absolute or relative.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RenderContext.Builder |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
null
TRUE
to render newlines as breaks; FALSE
to retain newlines unchanged; or null
to use the system-configured default (currently true
)
TRUE
to escape HTML in the content when rendering; FALSE
to retain HTML unchanged; or
null
to use the system-configured default (currently true
)
TRUE
to include an ID on each rendered heading; FALSE
to omit them; or null
to use the system-configured default (currently false
)RELATIVE
by default)