public class

DiffMacroMarshaller

extends Object
implements Marshaller<T>
java.lang.Object
   ↳ com.atlassian.confluence.diff.marshallers.DiffMacroMarshaller

Summary

Constants
String BODYLESS_MACRO_CLASS
String MACRO_CLASS
Public Constructors
DiffMacroMarshaller(MacroManager macroManager, XMLOutputFactory xmlOutputFactory)
Public Methods
String marshal(MacroDefinition macroDefinition, ConversionContext conversionContext)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.content.render.xhtml.Marshaller

Constants

public static final String BODYLESS_MACRO_CLASS

Constant Value: "bodyless"

public static final String MACRO_CLASS

Constant Value: "diff-macro"

Public Constructors

public DiffMacroMarshaller (MacroManager macroManager, XMLOutputFactory xmlOutputFactory)

Public Methods

public String marshal (MacroDefinition macroDefinition, ConversionContext conversionContext)