com.atlassian.confluence.renderer.v2.macros
Class RadeoxCompatibilityMacro

java.lang.Object
  extended by com.atlassian.renderer.v2.macro.BaseMacro
      extended by com.atlassian.renderer.macro.RadeoxCompatibilityMacro
          extended by com.atlassian.confluence.renderer.v2.macros.RadeoxCompatibilityMacro
All Implemented Interfaces:
com.atlassian.renderer.v2.macro.Macro

public class RadeoxCompatibilityMacro
extends com.atlassian.renderer.macro.RadeoxCompatibilityMacro

A wrapper macro that retains compatibility with our old Radeox-style macros


Field Summary
 
Fields inherited from class com.atlassian.renderer.macro.RadeoxCompatibilityMacro
ATTACHMENTS_PATH, EXTRACTED_EXTERNAL_REFERENCES, log, RENDER_CONTEXT
 
Fields inherited from interface com.atlassian.renderer.v2.macro.Macro
RAW_PARAMS_KEY
 
Constructor Summary
RadeoxCompatibilityMacro(com.atlassian.renderer.macro.Macro macro)
           
 
Method Summary
 java.lang.String execute(java.util.Map parameters, java.lang.String content, com.atlassian.renderer.RenderContext context)
           
 
Methods inherited from class com.atlassian.renderer.macro.RadeoxCompatibilityMacro
getBodyRenderMode, getRadeoxMacro, hasBody, isInline
 
Methods inherited from class com.atlassian.renderer.v2.macro.BaseMacro
getTokenType, getWysiwygBodyType, suppressMacroRenderingDuringWysiwyg, suppressSurroundingTagDuringWysiwygRendering
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadeoxCompatibilityMacro

public RadeoxCompatibilityMacro(com.atlassian.renderer.macro.Macro macro)
Method Detail

execute

public java.lang.String execute(java.util.Map parameters,
                                java.lang.String content,
                                com.atlassian.renderer.RenderContext context)
                         throws com.atlassian.renderer.v2.macro.MacroException
Specified by:
execute in interface com.atlassian.renderer.v2.macro.Macro
Overrides:
execute in class com.atlassian.renderer.macro.RadeoxCompatibilityMacro
Throws:
com.atlassian.renderer.v2.macro.MacroException


Copyright © 2003-2010 Atlassian. All Rights Reserved.