Uses of Class
org.xwiki.rendering.block.AbstractMacroBlock
-
Packages that use AbstractMacroBlock Package Description org.xwiki.rendering.block 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.block Modifier and Type Class Description class
MacroBlock
Represents a Macro (standalone or inline) defined in a page.class
MacroMarkerBlock
A 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.
-