public class

RenderContext

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.markup.RenderContext

Class Overview

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.

Summary

Nested Classes
class RenderContext.Builder  
Public Methods
@Nonnull Map<StringObject> getData()
Boolean getHardwrap()
Boolean getHtmlEscaped()
@Nonnull UrlMode getUrlMode()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

@Nonnull public Map<StringObject> getData ()

public Boolean getHardwrap ()

public Boolean getHtmlEscaped ()

@Nonnull public UrlMode getUrlMode ()