com.atlassian.confluence.renderer.radeox.macros.compatibility
Class LinkMacro

java.lang.Object
  extended byorg.radeox.macro.BaseMacro
      extended bycom.atlassian.renderer.macro.BaseMacro
          extended bycom.atlassian.confluence.renderer.radeox.macros.compatibility.LinkMacro
All Implemented Interfaces:
Comparable, Macro, org.radeox.macro.Macro

public class LinkMacro
extends BaseMacro

A simple macro to make hyperlinks


Field Summary
 
Fields inherited from class org.radeox.macro.BaseMacro
initialContext, paramDescription
 
Constructor Summary
LinkMacro()
           
 
Method Summary
 void execute(Writer writer, org.radeox.macro.parameter.MacroParameter macroParameter)
           
 String getName()
           
 String[] getParamDescription()
           
 
Methods inherited from class com.atlassian.renderer.macro.BaseMacro
getDescription, getResourcePath, setDescription, setResourcePath
 
Methods inherited from class org.radeox.macro.BaseMacro
compareTo, setInitialContext, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.radeox.macro.Macro
setInitialContext
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

LinkMacro

public LinkMacro()
Method Detail

getName

public String getName()

getParamDescription

public String[] getParamDescription()

execute

public void execute(Writer writer,
                    org.radeox.macro.parameter.MacroParameter macroParameter)
             throws IllegalArgumentException,
                    IOException
Throws:
IllegalArgumentException
IOException


Confluence is developed by Atlassian.