| 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 |  | 
    
    
| [Expand] Inherited Methods | 
|---|
|  From class
  java.lang.Object 
  
   
    
    
	 
    
        | Object | clone() |  
        | boolean | equals(Object arg0) |  
        | void | finalize() |  
        | final
            
            
            Class<?> | getClass() |  
        | int | hashCode() |  
        | final
            
            
            void | notify() |  
        | final
            
            
            void | notifyAll() |  
        | String | toString() |  
        | final
            
            
            void | wait(long arg0, int arg1) |  
        | final
            
            
            void | wait(long arg0) |  
        | final
            
            
            void | wait() |  | 
Public Methods
    
      
        
        @Nonnull
        
        public
        
        
        
        
        Map<String, Object>
      
      getData
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - additional data to make available when rendering, which may be empty but never null
 
     
 
    
      
        
        @Nullable
        
        public
        
        
        
        
        Boolean
      
      getHardwrap
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - TRUEto render newlines as breaks;- FALSEto retain newlines unchanged; or- nullto use the system-configured default (currently- true)
 
     
 
    
      
        
        @Nullable
        
        public
        
        
        
        
        Boolean
      
      getHtmlEscaped
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - TRUEto escape HTML in the content when rendering;- FALSEto retain HTML unchanged; or- nullto use the system-configured default (currently- true)
 
     
 
    
      
        
        @Nullable
        
        public
        
        
        
        
        Boolean
      
      getIncludeHeadingId
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - TRUEto include an ID on each rendered heading;- FALSEto omit them; or- nullto use the system-configured default (currently- false)
 
     
 
    
      
        
        @Nonnull
        
        public
        
        
        
        
        UrlMode
      
      getUrlMode
      ()
    
      
    
      
    
    
    
      
  
  
      Returns
      - the mode to use when rendering URLs (RELATIVEby default)