Uses of Interface
com.atlassian.confluence.macro.StreamableMacro
Packages that use StreamableMacro
-
Uses of StreamableMacro in com.atlassian.confluence.macro
Classes in com.atlassian.confluence.macro that implement StreamableMacroModifier and TypeClassDescriptionclass
Adapter for theStreamableMacro
interface that provides a default implementation of the redundant execute method.Methods in com.atlassian.confluence.macro with parameters of type StreamableMacroModifier 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.