Class MacroBlock

  • All Implemented Interfaces:
    Cloneable, Block

    public class MacroBlock
    extends AbstractMacroBlock
    Represents a Macro (standalone or inline) defined in a page.

    Note: You can get macro parameters using AbstractBlock.getParameters() for example. Macro block is reusing Block standard custom parameters API since macro by definition already have parameters and don't need also block parameters. So in this case MacroBlock parameters and Block parameters are the same thing.

    Since:
    1.8M2
    Version:
    $Id: 7d323433124ae72fd49076eb0e96b057bed18e09 $