Macro.BodyType, Macro.OutputType| Modifier and Type | Field and Description |
|---|---|
static String |
DISABLE_ANTISAMY_FEATURE_KEY |
static String |
MACRO_NAME |
| Constructor and Description |
|---|
UnmigratedInlineWikiMarkupMacro() |
| Modifier and Type | Method and Description |
|---|---|
String |
execute(Map<String,String> parameters,
String body,
ConversionContext context) |
Macro.BodyType |
getBodyType()
The type of body that this macro has, this is used to infer the migration task if no custom one is provided.
|
Macro.OutputType |
getOutputType() |
void |
setSubRenderer(com.atlassian.renderer.v2.SubRenderer subRenderer) |
public static final String DISABLE_ANTISAMY_FEATURE_KEY
public static final String MACRO_NAME
public void setSubRenderer(com.atlassian.renderer.v2.SubRenderer subRenderer)
public String execute(Map<String,String> parameters, String body, ConversionContext context) throws MacroExecutionException
execute in interface MacroMacroExecutionExceptionpublic Macro.BodyType getBodyType()
MacrogetBodyType in interface Macropublic Macro.OutputType getOutputType()
getOutputType in interface MacroCopyright © 2003–2019 Atlassian. All rights reserved.