Uses of Interface
com.atlassian.confluence.macro.StreamableMacro

Packages that use StreamableMacro
com.atlassian.confluence.macro   
 

Uses of StreamableMacro in com.atlassian.confluence.macro
 

Classes in com.atlassian.confluence.macro that implement StreamableMacro
 class StreamableMacroAdapter
          Adapter for the StreamableMacro interface that provides a default implementation of the redundant execute method.
 

Methods in com.atlassian.confluence.macro with parameters of type StreamableMacro
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.
 



Copyright © 2003–2015 Atlassian. All rights reserved.