public class ViewUnknownMacroMarshaller extends Object implements Marshaller<MacroDefinition>
| Constructor and Description |
|---|
ViewUnknownMacroMarshaller(XMLOutputFactory xmlOutputFactory,
PlaceholderUrlFactory placeholderUrlFactory) |
| Modifier and Type | Method and Description |
|---|---|
Streamable |
marshal(MacroDefinition macroDefinition,
ConversionContext conversionContext)
Marshals an object to XML.
|
public ViewUnknownMacroMarshaller(XMLOutputFactory xmlOutputFactory, PlaceholderUrlFactory placeholderUrlFactory)
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–2022 Atlassian. All rights reserved.