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

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.renderer.radeox.macros.ContentByUserMacro
All Implemented Interfaces:
Comparable, org.radeox.macro.Macro

public class ContentByUserMacro
extends AbstractHtmlGeneratingMacro

A macro to display all the content created by one user


Field Summary
 
Fields inherited from class org.radeox.macro.BaseMacro
initialContext, paramDescription
 
Constructor Summary
ContentByUserMacro()
           
 
Method Summary
 String getHtml(org.radeox.macro.parameter.MacroParameter macroParameter)
           
 String getName()
           
 String[] getParamDescription()
           
 void setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao)
           
 void setPermissionManager(PermissionManager permissionManager)
           
 void setUserAccessor(UserAccessor userAccessor)
           
 
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, 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

ContentByUserMacro

public ContentByUserMacro()
Method Detail

getName

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

getParamDescription

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

getHtml

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

setUserAccessor

public void setUserAccessor(UserAccessor userAccessor)

setContentEntityObjectDao

public void setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao)

setPermissionManager

public void setPermissionManager(PermissionManager permissionManager)


Copyright © 2003-2012 Atlassian. All Rights Reserved.