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 java.lang.String StreamableMacroAdapter.executeFromStream(StreamableMacro macro, java.util.Map<java.lang.String,java.lang.String> parameters, java.lang.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-2013 Atlassian. All Rights Reserved.