com.atlassian.confluence.renderer.radeox.macros
Class AnchorMacro

java.lang.Object
  extended by org.radeox.macro.BaseMacro
      extended by com.atlassian.renderer.macro.BaseMacro
          extended by 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


Field Summary
 
Fields inherited from class org.radeox.macro.BaseMacro
initialContext, paramDescription
 
Constructor Summary
AnchorMacro()
          Deprecated.  
 
Method Summary
 void execute(Writer writer, org.radeox.macro.parameter.MacroParameter macroParameter)
          Deprecated.  
static String generateAnchor(PageContext context, String anchorTitle)
          Deprecated.  
 String getName()
          Deprecated.  
 String[] getParamDescription()
          Deprecated.  
 
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

AnchorMacro

public AnchorMacro()
Deprecated. 
Method Detail

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. 


Copyright © 2003-2012 Atlassian. All Rights Reserved.