|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Macro in com.atlassian.renderer.macro |
---|
Classes in com.atlassian.renderer.macro that implement Macro | |
---|---|
class |
RadeoxCompatibilityMacro
A wrapper macro that retains compatibility with our old Radeox-style macros |
Uses of Macro in com.atlassian.renderer.v2.components |
---|
Methods in com.atlassian.renderer.v2.components with parameters of type Macro | |
---|---|
protected String |
MacroRendererComponent.executeMacro(String command,
Macro macro,
Map params,
String renderedBody,
RenderContext context)
|
void |
MacroRendererComponent.processMacro(String command,
Macro macro,
String body,
Map params,
RenderContext context,
StringBuffer buffer)
|
Uses of Macro in com.atlassian.renderer.v2.macro |
---|
Classes in com.atlassian.renderer.v2.macro that implement Macro | |
---|---|
class |
BaseMacro
|
class |
ResourceAwareMacroDecorator
|
Methods in com.atlassian.renderer.v2.macro that return Macro | |
---|---|
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()
|
Methods in com.atlassian.renderer.v2.macro with parameters of type Macro | |
---|---|
void |
DefaultMacroManager.registerMacro(String name,
Macro macro)
|
Constructors in com.atlassian.renderer.v2.macro with parameters of type Macro | |
---|---|
ResourceAwareMacroDecorator(Macro macro)
|
Uses of Macro in com.atlassian.renderer.v2.macro.basic |
---|
Classes in com.atlassian.renderer.v2.macro.basic that implement Macro | |
---|---|
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 |
Uses of Macro in com.atlassian.renderer.v2.macro.code |
---|
Classes in com.atlassian.renderer.v2.macro.code that implement Macro | |
---|---|
class |
CodeMacro
|
Uses of Macro in com.atlassian.renderer.wysiwyg |
---|
Methods in com.atlassian.renderer.wysiwyg with parameters of type Macro | |
---|---|
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 params,
RenderContext context,
StringBuffer buffer)
Renders a macro with the given information and outputs the XHTML into the given buffer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |