Class ConfluenceTableBlockRenderer
- java.lang.Object
-
- com.atlassian.renderer.v2.components.table.TableBlockRenderer
-
- com.atlassian.confluence.renderer.v2.ConfluenceTableBlockRenderer
-
- All Implemented Interfaces:
com.atlassian.renderer.v2.components.block.BlockRenderer
public class ConfluenceTableBlockRenderer extends com.atlassian.renderer.v2.components.table.TableBlockRenderer
Customize the default rendering logic of a table.The only customization is to add an additional class attribute to TABLE, TD, TH elements.
-
-
Constructor Summary
Constructors Constructor Description ConfluenceTableBlockRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
renderTable(com.atlassian.renderer.v2.components.table.Table table, com.atlassian.renderer.v2.SubRenderer subRenderer, com.atlassian.renderer.RenderContext renderContext)
-
-
-
Method Detail
-
renderTable
protected String renderTable(com.atlassian.renderer.v2.components.table.Table table, com.atlassian.renderer.v2.SubRenderer subRenderer, com.atlassian.renderer.RenderContext renderContext)
- Overrides:
renderTable
in classcom.atlassian.renderer.v2.components.table.TableBlockRenderer
-
-