Uses of Class
com.atlassian.confluence.macro.MacroExecutionException
Package
Description
-
Uses of MacroExecutionException in com.atlassian.confluence.macro
Modifier and TypeMethodDescriptionLazyLoadingMacroWrapper.execute
(Map<String, String> parameters, String body, ConversionContext context) StreamableMacroAdapter.execute
(Map<String, String> parameters, String body, ConversionContext context) 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.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
-
Uses of MacroExecutionException in com.atlassian.confluence.plugins.macros.core