Uses of Class
com.atlassian.confluence.macro.MacroExecutionException
-
Packages that use MacroExecutionException Package Description com.atlassian.confluence.macro com.atlassian.confluence.macro.wiki com.atlassian.confluence.plugins.macros.core -
-
Uses of MacroExecutionException in com.atlassian.confluence.macro
Methods in com.atlassian.confluence.macro that throw MacroExecutionException Modifier and Type Method Description String
GenericVelocityMacro. execute(Map<String,String> parameters, String body, ConversionContext context)
String
LazyLoadingMacroWrapper. execute(Map<String,String> parameters, String body, ConversionContext context)
String
Macro. 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)
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. -
Uses of MacroExecutionException in com.atlassian.confluence.macro.wiki
Methods in com.atlassian.confluence.macro.wiki that throw MacroExecutionException Modifier and Type Method Description String
UnmigratedBlockWikiMarkupMacro. execute(Map<String,String> parameters, String body, ConversionContext context)
String
UnmigratedInlineWikiMarkupMacro. execute(Map<String,String> parameters, String body, ConversionContext context)
-
Uses of MacroExecutionException in com.atlassian.confluence.plugins.macros.core
Methods in com.atlassian.confluence.plugins.macros.core that throw MacroExecutionException Modifier and Type Method Description String
LoremIpsumMacro. execute(Map<String,String> parameters, String body, ConversionContext context)
-