public class DiffMacroMarshaller extends Object implements Marshaller<MacroDefinition>
| Modifier and Type | Field and Description | 
|---|---|
| static String | BODYLESS_MACRO_CLASS | 
| static String | MACRO_CLASS | 
| Constructor and Description | 
|---|
| DiffMacroMarshaller(MacroManager macroManager,
                   XMLOutputFactory xmlOutputFactory) | 
| Modifier and Type | Method and Description | 
|---|---|
| Streamable | marshal(MacroDefinition macroDefinition,
       ConversionContext conversionContext)Marshals an object to XML. | 
public static final String MACRO_CLASS
public static final String BODYLESS_MACRO_CLASS
public DiffMacroMarshaller(MacroManager macroManager, XMLOutputFactory xmlOutputFactory)
public Streamable marshal(MacroDefinition macroDefinition, ConversionContext conversionContext) throws XhtmlException
Marshallermarshal in interface Marshaller<MacroDefinition>macroDefinition - object to marshalconversionContext - the conversion contextXhtmlException - if an error occurs during marshallingCopyright © 2003–2016 Atlassian. All rights reserved.