com.atlassian.confluence.content.render.xhtml.definition
Interface MacroBody

All Known Implementing Classes:
PlainTextMacroBody, RichTextMacroBody

public interface MacroBody

A type to represent macro bodies.

Since:
4.0

Method Summary
 java.lang.String getBody()
          Deprecated. since 5.2, use getBodyStream()
 Streamable getBodyStream()
           
 

Method Detail

getBodyStream

Streamable getBodyStream()
Returns:
the macro body

getBody

@Deprecated
java.lang.String getBody()
Deprecated. since 5.2, use getBodyStream()



Copyright © 2003-2014 Atlassian. All Rights Reserved.