public interface ViewMacroWrapper
Modifier and Type | Method and Description |
---|---|
String |
wrap(ConversionContext context,
Macro.OutputType outputType,
String macroBody,
MacroDefinition macroDefinition,
boolean wrap)
Execute macro wrapping.
|
String wrap(ConversionContext context, Macro.OutputType outputType, String macroBody, MacroDefinition macroDefinition, boolean wrap)
Info macro
context
- the conversion contextoutputType
- output typemacroBody
- rendered macro bodymacroDefinition
- definition of macrowrap
- flag which specifies if macro body has to be wrappedCopyright © 2003–2019 Atlassian. All rights reserved.