@Component(value="iframe") public class IFrameMacro extends org.xwiki.rendering.macro.AbstractMacro<IFrameMacroParameters>
| Modifier and Type | Field and Description |
|---|---|
static String |
MACRO_CATEGORY_OTHER |
| Constructor and Description |
|---|
IFrameMacro()
Create and initialize the descriptor of the macro.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.xwiki.rendering.block.Block> |
execute(IFrameMacroParameters parameters,
String content,
org.xwiki.rendering.transformation.MacroTransformationContext context) |
boolean |
supportsInlineMode() |
public static final String MACRO_CATEGORY_OTHER
public IFrameMacro()
public List<org.xwiki.rendering.block.Block> execute(IFrameMacroParameters parameters, String content, org.xwiki.rendering.transformation.MacroTransformationContext context) throws org.xwiki.rendering.macro.MacroExecutionException
org.xwiki.rendering.macro.MacroExecutionExceptionpublic boolean supportsInlineMode()
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.