@Component(value="excerpt") public class ExcerptMacro extends org.xwiki.rendering.macro.AbstractMacro<ExcerptMacroParameters>
| Modifier and Type | Field and Description |
|---|---|
static String |
EXCERPT_CLASS |
static String |
MACRO_ID |
| Constructor and Description |
|---|
ExcerptMacro() |
| Modifier and Type | Method and Description |
|---|---|
List<org.xwiki.rendering.block.Block> |
execute(ExcerptMacroParameters parameters,
String content,
org.xwiki.rendering.transformation.MacroTransformationContext context) |
org.xwiki.component.manager.ComponentManager |
getComponentManager() |
boolean |
supportsInlineMode() |
public static final String EXCERPT_CLASS
public static final String MACRO_ID
public List<org.xwiki.rendering.block.Block> execute(ExcerptMacroParameters parameters, String content, org.xwiki.rendering.transformation.MacroTransformationContext context) throws org.xwiki.rendering.macro.MacroExecutionException
org.xwiki.rendering.macro.MacroExecutionExceptionpublic boolean supportsInlineMode()
public org.xwiki.component.manager.ComponentManager getComponentManager()
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.