| Modifier and Type | Class and Description |
|---|---|
class |
RadeoxCompatibilityMacro
A wrapper macro that retains compatibility with our old Radeox-style macros
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
MacroRendererComponent.executeMacro(String command,
Macro macro,
Map<String,Object> params,
String renderedBody,
RenderContext context) |
void |
MacroRendererComponent.processMacro(String command,
Macro macro,
String body,
Map<String,Object> params,
RenderContext context,
StringBuffer buffer) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseMacro
Abstract implementation of
Macro which should be extended by all plugin macros. |
class |
ResourceAwareMacroDecorator |
| Modifier and Type | Method and Description |
|---|---|
Macro |
DefaultMacroManager.getEnabledMacro(String name) |
Macro |
MacroManager.getEnabledMacro(String name)
Get the first enabled macro we can find with the given name from all our
enabled libraries.
|
Macro |
ResourceAwareMacroDecorator.getMacro() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMacroManager.registerMacro(String name,
Macro macro) |
| Constructor and Description |
|---|
ResourceAwareMacroDecorator(Macro macro) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPanelMacro
Abstract class for panel macros.
|
class |
BasicAnchorMacro
Created by IntelliJ IDEA.
|
class |
ColorMacro
A simple macro to colour HTML
|
class |
InlineHtmlMacro
A macro to include verbatim HTML in a page.
|
class |
LoremIpsumMacro
A macro to spit out chunks of Lorem Ipsum - see www.lipsum.org
|
class |
NoformatMacro |
class |
PanelMacro |
class |
QuoteMacro
A simple macro to make large quoted blocks
|
| Modifier and Type | Class and Description |
|---|---|
class |
CodeMacro |
| Modifier and Type | Method and Description |
|---|---|
static String |
WysiwygMacroHelper.convertMacroFromNode(NodeContext nodeContext,
DefaultWysiwygConverter defaultWysiwygConverter,
Macro macro)
Converts a macro node back to wiki markup.
|
void |
WysiwygMacroHelper.renderMacro(MacroTag startTag,
Macro macro,
String body,
Map<String,Object> params,
RenderContext context,
StringBuffer buffer)
Renders a macro with the given information and outputs the XHTML into the given buffer.
|
Copyright © 2019 Atlassian. All rights reserved.