Class ContentByUserMacro
- java.lang.Object
-
- org.radeox.macro.BaseMacro
-
- com.atlassian.renderer.macro.BaseMacro
-
- com.atlassian.confluence.renderer.radeox.macros.AbstractHtmlGeneratingMacro
-
- com.atlassian.confluence.renderer.radeox.macros.ContentByUserMacro
-
- All Implemented Interfaces:
com.atlassian.renderer.macro.Macro,Comparable,org.radeox.macro.Macro
public class ContentByUserMacro extends AbstractHtmlGeneratingMacro
A macro to display all the content created by one user
-
-
Constructor Summary
Constructors Constructor Description ContentByUserMacro()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHtml(org.radeox.macro.parameter.MacroParameter macroParameter)StringgetName()String[]getParamDescription()voidsetContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao)voidsetPermissionManager(PermissionManager permissionManager)voidsetUserAccessor(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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.radeox.macro.Macro- Specified by:
getNamein classorg.radeox.macro.BaseMacro
-
getParamDescription
public String[] getParamDescription()
- Specified by:
getParamDescriptionin interfaceorg.radeox.macro.Macro- Overrides:
getParamDescriptionin classorg.radeox.macro.BaseMacro
-
getHtml
public String getHtml(org.radeox.macro.parameter.MacroParameter macroParameter) throws IllegalArgumentException, IOException
- Specified by:
getHtmlin classAbstractHtmlGeneratingMacro- Throws:
IllegalArgumentExceptionIOException
-
setUserAccessor
public void setUserAccessor(UserAccessor userAccessor)
-
setContentEntityObjectDao
public void setContentEntityObjectDao(ContentEntityObjectDao contentEntityObjectDao)
-
setPermissionManager
public void setPermissionManager(PermissionManager permissionManager)
-
-