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