| Package | Description |
|---|---|
| com.atlassian.renderer.v2.components | |
| com.atlassian.renderer.wysiwyg |
| Modifier and Type | Method and Description |
|---|---|
MacroTag |
MacroTag.getEndTag() |
static MacroTag |
MacroTag.makeMacroTag(String wiki,
int startIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
WikiContentRendererHandler.handleMacro(StringBuffer buffer,
MacroTag macroTag,
String body) |
void |
WikiContentHandler.handleMacro(StringBuffer buffer,
MacroTag macroTag,
String body)
Handle macro and output the result into the passed buffer.
|
void |
MacroRendererComponent.makeMacro(StringBuffer buffer,
MacroTag startTag,
String body,
RenderContext context) |
void |
MacroTag.setEndTag(MacroTag endTag) |
| Modifier and Type | Method and Description |
|---|---|
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.