| Package | Description |
|---|---|
| com.atlassian.renderer | |
| com.atlassian.renderer.v2.macro | |
| com.atlassian.renderer.v2.macro.basic | |
| com.atlassian.renderer.v2.macro.code |
| Modifier and Type | Method and Description |
|---|---|
static TokenType |
TokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenType[] |
TokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RenderedContentStore.addContent(Object content,
TokenType type)
Add content to the store.
|
String |
RenderContext.addRenderedContent(Object content,
TokenType type)
Convenience method so people don't have to keep retrieving the renderedcontentstore, but can still report
whether their content is a block or inline fragment.
|
| Modifier and Type | Method and Description |
|---|---|
TokenType |
Macro.getTokenType(Map<String,Object> parameters,
String body,
RenderContext context)
Declares what sort of html elements are returned by the macro.
|
TokenType |
ResourceAwareMacroDecorator.getTokenType(Map parameters,
String body,
RenderContext context) |
TokenType |
BaseMacro.getTokenType(Map parameters,
String body,
RenderContext context)
Declares what sort of html elements are returned by the macro.
|
| Modifier and Type | Method and Description |
|---|---|
TokenType |
NoformatMacro.getTokenType(Map parameters,
String body,
RenderContext context) |
| Modifier and Type | Method and Description |
|---|---|
TokenType |
CodeMacro.getTokenType(Map parameters,
String body,
RenderContext context) |
Copyright © 2019 Atlassian. All rights reserved.