com.atlassian.confluence.renderer.radeox.macros
Class AnchorMacro
java.lang.Object
org.radeox.macro.BaseMacro
com.atlassian.renderer.macro.BaseMacro
com.atlassian.confluence.renderer.radeox.macros.AnchorMacro
- All Implemented Interfaces:
- Comparable, org.radeox.macro.Macro
Deprecated. since 4.0 - not being used.
@Deprecated
public class AnchorMacro
- extends com.atlassian.renderer.macro.BaseMacro
A simple macro to put anchors into the page
Fields inherited from class org.radeox.macro.BaseMacro |
initialContext, paramDescription |
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 interface org.radeox.macro.Macro |
setInitialContext |
AnchorMacro
public AnchorMacro()
- Deprecated.
getName
public String getName()
- Deprecated.
- Specified by:
getName
in interface org.radeox.macro.Macro
- Specified by:
getName
in class org.radeox.macro.BaseMacro
getParamDescription
public String[] getParamDescription()
- Deprecated.
- Specified by:
getParamDescription
in interface org.radeox.macro.Macro
- Overrides:
getParamDescription
in class org.radeox.macro.BaseMacro
execute
public void execute(Writer writer,
org.radeox.macro.parameter.MacroParameter macroParameter)
throws IllegalArgumentException,
IOException
- Deprecated.
- Specified by:
execute
in interface org.radeox.macro.Macro
- Specified by:
execute
in class org.radeox.macro.BaseMacro
- Throws:
IllegalArgumentException
IOException
generateAnchor
public static String generateAnchor(PageContext context,
String anchorTitle)
- Deprecated.