Uses of Interface
com.atlassian.confluence.macro.StreamableMacro
-
Uses of StreamableMacro in com.atlassian.confluence.macro
Modifier and TypeClassDescriptionclass
Adapter for theStreamableMacro
interface that provides a default implementation of the redundant execute method.Modifier and TypeMethodDescriptionstatic 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.