public class

DelegatingEditorResourceIdentifierMarshaller

extends Object
implements StaxStreamMarshaller<T>
java.lang.Object
   ↳ com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers.DelegatingEditorResourceIdentifierMarshaller

Summary

Public Constructors
DelegatingEditorResourceIdentifierMarshaller(EditorPageResourceIdentifierMarshallerAndUnmarshaller pageResourceIdentifierMarshallerAndUnmarshaller, EditorBlogPostResourceIdentifierMarshallerAndUnmarshaller blogPostResourceIdentifierMarshallerAndUnmarshaller, EditorAttachmentResourceIdentifierMarshallerAndUnmarshaller attachmentResourceIdentifierMarshallerAndUnmarshaller, EditorShortcutResourceIdentifierMarshallerAndUnmarshaller shortcutResourceIdentifierMarshallerAndUnmarshaller, EditorSpaceResourceIdentifierMarshallerAndUnmarshaller spaceResourceIdentifierMarshallerAndUnmarshaller, EditorUserResourceIdentifierMarshallerAndUnmarshaller userResourceIdentifierMarshallerAndUnmarshaller)
Public Methods
void marshal(ResourceIdentifier resourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.content.render.xhtml.StaxStreamMarshaller

Public Constructors

public DelegatingEditorResourceIdentifierMarshaller (EditorPageResourceIdentifierMarshallerAndUnmarshaller pageResourceIdentifierMarshallerAndUnmarshaller, EditorBlogPostResourceIdentifierMarshallerAndUnmarshaller blogPostResourceIdentifierMarshallerAndUnmarshaller, EditorAttachmentResourceIdentifierMarshallerAndUnmarshaller attachmentResourceIdentifierMarshallerAndUnmarshaller, EditorShortcutResourceIdentifierMarshallerAndUnmarshaller shortcutResourceIdentifierMarshallerAndUnmarshaller, EditorSpaceResourceIdentifierMarshallerAndUnmarshaller spaceResourceIdentifierMarshallerAndUnmarshaller, EditorUserResourceIdentifierMarshallerAndUnmarshaller userResourceIdentifierMarshallerAndUnmarshaller)

Public Methods

public void marshal (ResourceIdentifier resourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context)

Throws
XMLStreamException