public class

RenderContext

extends Object
java.lang.Object
   ↳ com.atlassian.stash.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
Boolean getHardwrap()
Boolean getHtmlEscaped()
@Nonnull UrlMode getUrlMode()
@Deprecated boolean isHardwrap()
This method is deprecated. since 3.1, scheduled for removal in 4.0. Use getHardwrap() instead
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public Boolean getHardwrap ()

public Boolean getHtmlEscaped ()

@Nonnull public UrlMode getUrlMode ()

@Deprecated public boolean isHardwrap ()

This method is deprecated.
since 3.1, scheduled for removal in 4.0. Use getHardwrap() instead