@Component(value="column")
public class ColumnMacro<P extends ColumnMacroParameters>
extends org.xwiki.rendering.macro.AbstractMacro<P>
| Constructor and Description |
|---|
ColumnMacro() |
| Modifier and Type | Method and Description |
|---|---|
List<org.xwiki.rendering.block.Block> |
execute(P parameters,
String content,
org.xwiki.rendering.transformation.MacroTransformationContext context) |
int |
getPriority() |
protected org.xwiki.rendering.parser.Parser |
getSyntaxParser(String syntaxId) |
boolean |
supportsInlineMode() |
public List<org.xwiki.rendering.block.Block> execute(P parameters, String content, org.xwiki.rendering.transformation.MacroTransformationContext context) throws org.xwiki.rendering.macro.MacroExecutionException
org.xwiki.rendering.macro.MacroExecutionExceptionprotected org.xwiki.rendering.parser.Parser getSyntaxParser(String syntaxId) throws org.xwiki.rendering.macro.MacroExecutionException
org.xwiki.rendering.macro.MacroExecutionExceptionpublic boolean supportsInlineMode()
public int getPriority()
getPriority in interface org.xwiki.rendering.macro.Macro<P extends ColumnMacroParameters>getPriority in class org.xwiki.rendering.macro.AbstractMacro<P extends ColumnMacroParameters>Copyright © 2003–2015 eXo Platform SAS. All rights reserved.