Package com.atlassian.confluence.content.render.xhtml.view
-
Interface Summary Interface Description ModelToRenderedClassMapper Define an object that when given some model instance (onlyLink
supported at the moment) will provide the HTML/XML class attribute value to be used when rendering the link -
Class Summary Class Description BatchedRenderResult Wraps a number of rendered strings and any exceptions thrown for individual renders.RenderResult Wraps a singleRenderer
result, including whether the render was successful or not.TableStylingElementTransformer An XMLEventTransformer that will ensure that table, th and td elements have the necessary Confluence classes appended to allow them to be styled for display.ViewHeadingFragmentTransformer Transforms headings ({@code..
) tags in the storage format into the view format which ads an id to the tag so that it may be used in Table of contents or other references.
ViewHtmlAnchorFragmentTransformer ViewModelToRenderedClassMapper ViewTableWrappingFragmentTransformer When tables are displayed they should be wrapped in a div.