public interface ViewMacroWrapper
| Modifier and Type | Method and Description |
|---|---|
Streamable |
executeWrapMacro(ConversionContext context,
Macro macro,
MarshallerMetricsCollector metricsCollector,
MacroDefinition macroDefinition,
Map<String,String> macroParameters)
Execute macro wrapping.
|
Streamable executeWrapMacro(ConversionContext context, Macro macro, MarshallerMetricsCollector metricsCollector, MacroDefinition macroDefinition, Map<String,String> macroParameters) throws MacroExecutionException
Info macro
context - the conversion contextmacro - Confluence macrometricsCollector - recording of execution and streaming as seperate
phases. MetricsCollectingMarshallermacroDefinition - definition of macromacroParameters - macro parameterMacroExecutionException - if an error occurs during executingCopyright © 2003–2015 Atlassian. All rights reserved.