public class

JiraTableBlockRenderer

extends TableBlockRenderer
java.lang.Object
   ↳ com.atlassian.renderer.v2.components.table.TableBlockRenderer
     ↳ com.atlassian.jira.issue.fields.renderer.wiki.embedded.JiraTableBlockRenderer

Class Overview

Overrides the TableBlockRenderer to undo "RNDR-74 add wrapper divs for tables and images." The point is to keep the HTML rendering of tables stable within JIRA 5.x even though we are updating RNDR to 7.1. TODO IN JIRA 6.0 - restore the default TableBlockRenderer JRADEV-13037

Summary

Public Constructors
JiraTableBlockRenderer()
Public Methods
String renderNextBlock(String thisLine, LineWalker nextLines, RenderContext context, SubRenderer subRenderer)
[Expand]
Inherited Methods
From class com.atlassian.renderer.v2.components.table.TableBlockRenderer
From class java.lang.Object
From interface com.atlassian.renderer.v2.components.block.BlockRenderer

Public Constructors

public JiraTableBlockRenderer ()

Public Methods

public String renderNextBlock (String thisLine, LineWalker nextLines, RenderContext context, SubRenderer subRenderer)