| Package | Description |
|---|---|
| org.randombits.support.confluence |
| Modifier and Type | Method and Description |
|---|---|
protected MacroInfo |
ConfluenceMacro.createMacroInfo(java.util.Map<java.lang.String,java.lang.String> params,
java.lang.String body,
com.atlassian.confluence.content.render.xhtml.ConversionContext conversionContext)
This method is called to create a new MacroInfo instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConfluenceMacro.closeMacroInfo(MacroInfo info)
This method is called to close the MacroInstance created by
ConfluenceMacro.createMacroInfo(java.util.Map, String, com.atlassian.confluence.content.render.xhtml.ConversionContext)
By default it simply calls close() |
protected abstract java.lang.String |
ConfluenceMacro.execute(MacroInfo info)
Returns XHTML or plain text content (depending on the value returned from
Macro.getBodyType() |
| Constructor and Description |
|---|
MacroInfo(org.randombits.storage.IndexedStorage macroParams,
java.lang.String body,
MacroInfo info,
org.randombits.support.core.env.EnvironmentAssistant environmentAssistant,
com.atlassian.confluence.xhtml.api.XhtmlContent xhtmlContent)
|
MacroInfo(org.randombits.storage.IndexedStorage macroParams,
java.lang.String body,
MacroInfo info,
MacroAssistant macroAssistant) |
MacroInfo(MacroInfo info)
Constructs a new copy of the specified macro info.
|
MacroParameterSource(MacroInfo info) |
Copyright © 2013 randombits.org. All Rights Reserved.