com.atlassian.confluence.plugins.macros.dashboard
Class GlobalReportsMacro

java.lang.Object
  extended by org.radeox.macro.BaseMacro
      extended by com.atlassian.renderer.macro.BaseMacro
          extended by com.atlassian.confluence.renderer.radeox.macros.AbstractHtmlGeneratingMacro
              extended by com.atlassian.confluence.plugins.macros.dashboard.GlobalReportsMacro
All Implemented Interfaces:
Comparable, org.radeox.macro.Macro

public class GlobalReportsMacro
extends AbstractHtmlGeneratingMacro


Field Summary
 
Fields inherited from class com.atlassian.confluence.renderer.radeox.macros.AbstractHtmlGeneratingMacro
log
 
Fields inherited from class org.radeox.macro.BaseMacro
initialContext, paramDescription
 
Constructor Summary
GlobalReportsMacro()
           
 
Method Summary
protected  String getHtml(org.radeox.macro.parameter.MacroParameter macroParameter)
           
protected  I18NBean getI18nBean()
           
protected  Map getMacroVelocityContext()
           
 String getName()
           
protected  String renderGlobalReports(Map contextMap)
           
 void setPermissionCheckDispatcher(PermissionCheckDispatcher permissionCheckDispatcher)
           
 
Methods inherited from class com.atlassian.confluence.renderer.radeox.macros.AbstractHtmlGeneratingMacro
buildBaseUrl, errorContent, execute, getPageContext, getRemoteUser, hasLoneParameter, parseParameterForKey
 
Methods inherited from class com.atlassian.renderer.macro.BaseMacro
getDescription, getResourcePath, setDescription, setResourcePath
 
Methods inherited from class org.radeox.macro.BaseMacro
compareTo, 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
getParamDescription, setInitialContext
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

GlobalReportsMacro

public GlobalReportsMacro()
Method Detail

getHtml

protected String getHtml(org.radeox.macro.parameter.MacroParameter macroParameter)
                  throws IllegalArgumentException,
                         IOException
Specified by:
getHtml in class AbstractHtmlGeneratingMacro
Throws:
IllegalArgumentException
IOException

getI18nBean

protected I18NBean getI18nBean()

renderGlobalReports

protected String renderGlobalReports(Map contextMap)

getMacroVelocityContext

protected Map getMacroVelocityContext()

getName

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

setPermissionCheckDispatcher

public void setPermissionCheckDispatcher(PermissionCheckDispatcher permissionCheckDispatcher)


Copyright © 2003-2011 Atlassian. All Rights Reserved.