|
[Expand]
Inherited Methods |
From class
com.atlassian.confluence.renderer.radeox.macros.AbstractHtmlGeneratingMacro
|
String
|
buildBaseUrl(HttpServletRequest request, List ignoredKeys)
create baseurl so that the urls that appear in the template/view for a macro are not dependent on certain actions
this will allow the macro to be used in more than one place
|
|
String
|
errorContent(String message)
|
|
final
void
|
execute(Writer writer, MacroParameter macroParameter)
Subclasses should not override this execute method, but should instead override getHtml()
|
|
abstract
String
|
getHtml(MacroParameter macroParameter)
|
|
PageContext
|
getPageContext(MacroParameter macroParameter)
|
|
User
|
getRemoteUser()
|
|
boolean
|
hasLoneParameter(MacroParameter macroParameter, String loneParameter)
Lone parameters are not assigned a value.
|
|
String
|
parseParameterForKey(MacroParameter parameter, String key)
This method is a helper wrapper to macroParameter.getParameter(key);
if a null is returned it will try with key + " " then " " + key, etc..
|
|
From class
com.atlassian.renderer.macro.BaseMacro
|
From class
org.radeox.macro.BaseMacro
|
int
|
compareTo(Object arg0)
|
|
abstract
void
|
execute(Writer arg0, MacroParameter arg1)
|
|
String
|
getDescription()
|
|
abstract
String
|
getName()
|
|
String[]
|
getParamDescription()
|
|
void
|
setInitialContext(InitialRenderContext arg0)
|
|
String
|
toString()
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
java.lang.Comparable
|
abstract
int
|
compareTo(T arg0)
|
|
From interface
org.radeox.macro.Macro
|
abstract
void
|
execute(Writer arg0, MacroParameter arg1)
|
|
abstract
String
|
getDescription()
|
|
abstract
String
|
getName()
|
|
abstract
String[]
|
getParamDescription()
|
|
abstract
void
|
setInitialContext(InitialRenderContext arg0)
|
|