com.atlassian.confluence.content.render.xhtml
Interface StaxStreamMarshaller<T>

Type Parameters:
T - the type of the object to be marshalled.
All Known Implementing Classes:
AttachmentStaxStreamMarshaller, DelegatingEditorResourceIdentifierMarshaller, EditorAttachmentResourceIdentifierMarshallerAndUnmarshaller, EditorBlogPostResourceIdentifierMarshallerAndUnmarshaller, EditorLinkMarshallingStrategy, EditorPageResourceIdentifierMarshallerAndUnmarshaller, EditorShortcutResourceIdentifierMarshallerAndUnmarshaller, EditorSpaceResourceIdentifierMarshallerAndUnmarshaller, EditorUserResourceIdentifierMarshallerAndUnmarshaller, ViewAttachmentLinkMarshallingStrategy

public interface StaxStreamMarshaller<T>

Marshals the specified object to a StAX stream.


Method Summary
 void marshal(T object, XMLStreamWriter xmlStreamWriter, ConversionContext context)
           
 

Method Detail

marshal

void marshal(T object,
             XMLStreamWriter xmlStreamWriter,
             ConversionContext context)
             throws XMLStreamException
Throws:
XMLStreamException


Copyright © 2003–2015 Atlassian. All rights reserved.