@Component(value="section") public class SectionMacro extends org.xwiki.rendering.macro.AbstractMacro<SectionMacroParameters>
| Constructor and Description |
|---|
SectionMacro() |
| Modifier and Type | Method and Description |
|---|---|
List<org.xwiki.rendering.block.Block> |
execute(SectionMacroParameters 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(SectionMacroParameters 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<SectionMacroParameters>getPriority in class org.xwiki.rendering.macro.AbstractMacro<SectionMacroParameters>Copyright © 2003–2018 eXo Platform SAS. All rights reserved.