com.atlassian.confluence.content.render.xhtml.editor.link
Class AttachmentStaxStreamMarshaller

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.editor.link.AttachmentStaxStreamMarshaller
All Implemented Interfaces:
StaxStreamMarshaller<Attachment>

public class AttachmentStaxStreamMarshaller
extends Object
implements StaxStreamMarshaller<Attachment>

Marshals the state of an attachment to a stax stream. This state should be such that the same attachment can be later resolved from it.


Method Summary
 void marshal(Attachment attachment, XMLStreamWriter xmlStreamWriter, ConversionContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

marshal

public void marshal(Attachment attachment,
                    XMLStreamWriter xmlStreamWriter,
                    ConversionContext context)
             throws XMLStreamException
Specified by:
marshal in interface StaxStreamMarshaller<Attachment>
Throws:
XMLStreamException


Copyright © 2003-2012 Atlassian. All Rights Reserved.