|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.content.render.xhtml.view.macro.ViewUnknownMacroMarshaller
public class ViewUnknownMacroMarshaller
Display a provided MacroDefinition as an 'unknown macro' (in view).
Constructor Summary | |
---|---|
ViewUnknownMacroMarshaller(javax.xml.stream.XMLOutputFactory xmlOutputFactory,
PlaceholderUrlFactory placeholderUrlFactory)
|
Method Summary | |
---|---|
Streamable |
marshal(MacroDefinition macroDefinition,
ConversionContext conversionContext)
Marshals an object to XML. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewUnknownMacroMarshaller(javax.xml.stream.XMLOutputFactory xmlOutputFactory, PlaceholderUrlFactory placeholderUrlFactory)
Method Detail |
---|
public Streamable marshal(MacroDefinition macroDefinition, ConversionContext conversionContext) throws XhtmlException
Marshaller
marshal
in interface Marshaller<MacroDefinition>
macroDefinition
- object to marshalconversionContext
- the conversion context
XhtmlException
- if an error occurs during marshalling
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |