public interface MacroMarshaller
Modifier and Type | Method and Description |
---|---|
boolean |
handles(Macro macro) |
Streamable |
marshal(Macro macro,
MacroDefinition macroDefinition,
ConversionContext conversionContext)
Marshall the supplied macro.
|
boolean handles(Macro macro)
macro
- the macro to check. This may be null.Streamable marshal(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext) throws XhtmlException
macro
- the macro to be marshalled. It may be null, such as in the case where a Macro has not been identified by the system.macroDefinition
- conversionContext
- XhtmlException
Copyright © 2003–2019 Atlassian. All rights reserved.