Uses of Class
org.xwiki.rendering.block.AbstractBlock
Packages that use AbstractBlock
Package
Description
Represents content elements (Paragraph, Header, List, Styles, etc) as Blocks and a full document content is
represented by a XDOM object.
-
Uses of AbstractBlock in org.xwiki.rendering.block
Subclasses of AbstractBlock in org.xwiki.rendering.blockModifier and TypeClassDescriptionclassCommon class to MacroBlock and MacroMakerBlock.classRepresents a Bulleted list.classThis block itself does not have any meaning (it does not have any corresponding rendering stream event) and is just here to pass together several Blocks to a method or as a return value as aBlock.classRepresents a definition description.classRepresents a definition list.classRepresents a definition description.classRepresents an empty line between 2 standalone Blocks.classTags the content as a figure (image(s), diagram, code fragment, audio, video, charts, etc).classRepresents a figure caption (similar to the HTML5<figcaption>element).classRepresents a text formatting block (bold, italic, etc).classRepresents a grouping of blocks.classclassRepresents a Horizontal line.classA reference/location in a page.classRepresents an image.classRepresents a Link element in a page.classRepresents a List item element in a page.classRepresents a Macro (standalone or inline) defined in a page.classA special block that Macro Blocks generate when they are executed so that it's possible to reconstruct the initial syntax even after Macros have been executed.classRepresents any kind of MetaData in the XDOM (eg saving original blocks so that the XWiki Syntax Renderer can restore them after a transformation has been executed, source reference, etc).final classRepresents a new line or line break (it's up to the Renderers to decide if it should be outputted as a new line or as a line break in the given syntax).classRepresents a numbered List.classclassRepresents a quotation.classRepresents a quotation line.classRepresents some raw content that shouldn't be parsed or modified and that should be injected as is in any output.classfinal classA space block represents a space.classRepresent a non-alphanumeric and non-space symbol (>,], ...).classRepresents a table.classRepresents a cell of a table.classRepresents a head of a row or column of a table.classRepresents the row of a table.classA Verbatim block.classRepresents a word.classContains the full tree ofBlockthat represent a XWiki Document's content.