com.atlassian.confluence.macro.wiki
Class UnmigratedInlineWikiMarkupMacro
java.lang.Object
com.atlassian.confluence.macro.wiki.UnmigratedInlineWikiMarkupMacro
- All Implemented Interfaces:
- Macro
public class UnmigratedInlineWikiMarkupMacro
- extends java.lang.Object
- implements Macro
This macro will render it's body using the V2 Renderer.
The body of this macro is intended to consist of wiki markup that renders to inline markup.
- Since:
- 4.0.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MACRO_NAME
public static final java.lang.String MACRO_NAME
- See Also:
- Constant Field Values
UnmigratedInlineWikiMarkupMacro
public UnmigratedInlineWikiMarkupMacro()
setSubRenderer
public void setSubRenderer(com.atlassian.renderer.v2.SubRenderer subRenderer)
execute
public java.lang.String execute(java.util.Map<java.lang.String,java.lang.String> parameters,
java.lang.String body,
ConversionContext context)
throws MacroExecutionException
- Specified by:
execute
in interface Macro
- Throws:
MacroExecutionException
getBodyType
public Macro.BodyType getBodyType()
- Description copied from interface:
Macro
- The type of body that this macro has, this is used to infer the migration task if no custom one is provided.
- Specified by:
getBodyType
in interface Macro
- Returns:
- The type of body this macro has.
getOutputType
public Macro.OutputType getOutputType()
- Specified by:
getOutputType
in interface Macro
Copyright © 2003-2013 Atlassian. All Rights Reserved.