@Component(value="table") public class TableMacro extends org.xwiki.rendering.macro.AbstractMacro<Object>
| Constructor and Description |
|---|
TableMacro()
Create and initialize the descriptor of the macro.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.xwiki.rendering.block.Block> |
execute(Object parameters,
String content,
org.xwiki.rendering.transformation.MacroTransformationContext context) |
protected org.xwiki.rendering.parser.Parser |
getSyntaxParser(String syntaxId) |
boolean |
supportsInlineMode() |
public TableMacro()
public List<org.xwiki.rendering.block.Block> execute(Object parameters, String content, org.xwiki.rendering.transformation.MacroTransformationContext context) throws org.xwiki.rendering.macro.MacroExecutionException
org.xwiki.rendering.macro.MacroExecutionExceptionpublic boolean supportsInlineMode()
protected org.xwiki.rendering.parser.Parser getSyntaxParser(String syntaxId) throws org.xwiki.rendering.macro.MacroExecutionException
org.xwiki.rendering.macro.MacroExecutionExceptionCopyright © 2003–2018 eXo Platform SAS. All rights reserved.