com.atlassian.renderer.macro
Class BaseMacro

java.lang.Object
  extended by org.radeox.macro.BaseMacro
      extended by com.atlassian.renderer.macro.BaseMacro
All Implemented Interfaces:
Comparable, org.radeox.macro.Macro
Direct Known Subclasses:
AbstractPanelMacro, ColorMacro, QuoteMacro

public abstract class BaseMacro
extends org.radeox.macro.BaseMacro
implements Macro


Field Summary
 
Fields inherited from class org.radeox.macro.BaseMacro
initialContext, paramDescription
 
Constructor Summary
BaseMacro()
           
 
Method Summary
 String getDescription()
           
 String getResourcePath()
           
 void setDescription(String description)
           
 void setResourcePath(String resourcePath)
           
 
Methods inherited from class org.radeox.macro.BaseMacro
compareTo, execute, getName, getParamDescription, 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
execute, getName, getParamDescription, setInitialContext
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

BaseMacro

public BaseMacro()
Method Detail

getDescription

public String getDescription()
Specified by:
getDescription in interface org.radeox.macro.Macro
Overrides:
getDescription in class org.radeox.macro.BaseMacro

setDescription

public void setDescription(String description)

getResourcePath

public String getResourcePath()

setResourcePath

public void setResourcePath(String resourcePath)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.