Class 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 Detail

      • ConfluenceTableBlockRenderer

        public ConfluenceTableBlockRenderer()
    • 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 class com.atlassian.renderer.v2.components.table.TableBlockRenderer