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
public interface StaxStreamMarshaller<T>
Marshals the specified object to a StAX stream.
marshal
void marshal(T object,
javax.xml.stream.XMLStreamWriter xmlStreamWriter,
ConversionContext context)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
Copyright © 2003-2014 Atlassian. All Rights Reserved.