Modifier and Type | Method and Description |
---|---|
String |
NaughtyWritingToDBWhilstRenderingMacro.execute(Map<String,String> parameters,
String body,
ConversionContext context) |
String |
CustomWebResourceAddingMacro.execute(Map<String,String> parameters,
String body,
ConversionContext context) |
Modifier and Type | Method and Description |
---|---|
Streamable |
DefaultViewMacroWrapper.executeWrapMacro(ConversionContext context,
Macro macro,
MarshallerMetricsCollector metricsCollector,
MacroDefinition macroDefinition,
Map<String,String> macroParameters) |
Streamable |
ViewMacroWrapper.executeWrapMacro(ConversionContext context,
Macro macro,
MarshallerMetricsCollector metricsCollector,
MacroDefinition macroDefinition,
Map<String,String> macroParameters)
Deprecated.
since 5.9.0. Please use `wrap` instead
|
Modifier and Type | Method and Description |
---|---|
String |
GenericVelocityMacro.execute(Map<String,String> parameters,
String body,
ConversionContext context) |
String |
StreamableMacroAdapter.execute(Map<String,String> parameters,
String body,
ConversionContext context) |
String |
V2CompatibilityMacro.execute(Map<String,String> parameters,
String body,
ConversionContext conversionContext) |
String |
LazyLoadingMacroWrapper.execute(Map<String,String> parameters,
String body,
ConversionContext context) |
String |
Macro.execute(Map<String,String> parameters,
String body,
ConversionContext context) |
static String |
StreamableMacroAdapter.executeFromStream(StreamableMacro macro,
Map<String,String> parameters,
String body,
ConversionContext context)
Helper method to provide a default execute method for a StreamableMacro that can not inherit from
this adapter class.
|
Streamable |
StreamableMacro.executeToStream(Map<String,String> parameters,
Streamable body,
ConversionContext context)
Execute the macro, and produce a streamable that represents its output.
|
Modifier and Type | Method and Description |
---|---|
String |
UnmigratedBlockWikiMarkupMacro.execute(Map<String,String> parameters,
String body,
ConversionContext context) |
String |
UnmigratedInlineWikiMarkupMacro.execute(Map<String,String> parameters,
String body,
ConversionContext context) |
Modifier and Type | Method and Description |
---|---|
String |
SpaceJumpMacro.execute(Map<String,String> parameters,
String body,
ConversionContext conversionContext) |
Modifier and Type | Method and Description |
---|---|
String |
LinkMacro.execute(Map<String,String> parameters,
String body,
ConversionContext context) |
Modifier and Type | Method and Description |
---|---|
String |
LoremIpsumMacro.execute(Map<String,String> parameters,
String body,
ConversionContext context) |
Modifier and Type | Method and Description |
---|---|
String |
UnprocessedBodyMacro.execute(Map<String,String> parameters,
String body,
ConversionContext context) |
String |
ProcessedBodyMacro.execute(Map<String,String> parameters,
String body,
ConversionContext context) |
Modifier and Type | Method and Description |
---|---|
String |
ParameterJsonMacro.execute(Map<String,String> parameters,
String body,
ConversionContext context) |
Copyright © 2003–2017 Atlassian. All rights reserved.