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

Packages that use MacroBody
com.atlassian.confluence.content.render.xhtml.definition   
com.atlassian.confluence.xhtml.api   
 

Uses of MacroBody in com.atlassian.confluence.content.render.xhtml.definition
 

Classes in com.atlassian.confluence.content.render.xhtml.definition that implement MacroBody
 class PlainTextMacroBody
          Holds plain text and preserves white space.
 class RichTextMacroBody
          Macro body that contains rich text or HTML markup.
 

Uses of MacroBody in com.atlassian.confluence.xhtml.api
 

Methods in com.atlassian.confluence.xhtml.api that return MacroBody
 MacroBody MacroDefinition.getBody()
           
 

Methods in com.atlassian.confluence.xhtml.api with parameters of type MacroBody
 void MacroDefinition.setBody(MacroBody body)
           
 

Constructors in com.atlassian.confluence.xhtml.api with parameters of type MacroBody
MacroDefinition(String name, MacroBody body, String defaultParameterValue, Map<String,String> parameters)
          Construct a macro definition.
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.