com.atlassian.jira.issue.fields.renderer.wiki.embedded
Class JiraTableBlockRenderer

java.lang.Object
  extended by com.atlassian.renderer.v2.components.table.TableBlockRenderer
      extended by com.atlassian.jira.issue.fields.renderer.wiki.embedded.JiraTableBlockRenderer
All Implemented Interfaces:
com.atlassian.renderer.v2.components.block.BlockRenderer

public class JiraTableBlockRenderer
extends com.atlassian.renderer.v2.components.table.TableBlockRenderer

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

Since:
v5.2

Constructor Summary
JiraTableBlockRenderer()
           
 
Method Summary
 String renderNextBlock(String thisLine, com.atlassian.renderer.v2.components.block.LineWalker nextLines, com.atlassian.renderer.RenderContext context, com.atlassian.renderer.v2.SubRenderer subRenderer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraTableBlockRenderer

public JiraTableBlockRenderer()
Method Detail

renderNextBlock

public String renderNextBlock(String thisLine,
                              com.atlassian.renderer.v2.components.block.LineWalker nextLines,
                              com.atlassian.renderer.RenderContext context,
                              com.atlassian.renderer.v2.SubRenderer subRenderer)
Specified by:
renderNextBlock in interface com.atlassian.renderer.v2.components.block.BlockRenderer
Overrides:
renderNextBlock in class com.atlassian.renderer.v2.components.table.TableBlockRenderer


Copyright © 2002-2014 Atlassian. All Rights Reserved.