Uses of Class
org.xwiki.rendering.block.AbstractMacroBlock
Packages that use AbstractMacroBlock
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 AbstractMacroBlock in org.xwiki.rendering.block
Subclasses of AbstractMacroBlock in org.xwiki.rendering.blockModifier and TypeClassDescriptionclassRepresents 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.