Uses of Class
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.AttachmentResourceIdentifier

Packages that use AttachmentResourceIdentifier
com.atlassian.confluence.content.render.xhtml.editor.embed   
com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.view.embed   
 

Uses of AttachmentResourceIdentifier in com.atlassian.confluence.content.render.xhtml.editor.embed
 

Methods in com.atlassian.confluence.content.render.xhtml.editor.embed with parameters of type AttachmentResourceIdentifier
 void EditorUnidentifiedAttachmentMarshaller.writePlaceholder(XMLStreamWriter xmlStreamWriter, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
           
 

Uses of AttachmentResourceIdentifier in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers
 

Methods in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers with parameters of type AttachmentResourceIdentifier
 void EditorAttachmentResourceIdentifierMarshallerAndUnmarshaller.marshal(AttachmentResourceIdentifier attachmentResourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context)
           
 

Uses of AttachmentResourceIdentifier in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 

Methods in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type AttachmentResourceIdentifier
 Attachment AttachmentResourceIdentifierResolver.resolve(AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
           
 

Constructors in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type AttachmentResourceIdentifier
CannotResolveAttachmentContainerException(AttachmentResourceIdentifier attachmentResourceIdentifier, String message, Throwable cause)
           
 

Uses of AttachmentResourceIdentifier in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with parameters of type AttachmentResourceIdentifier
 String StorageAttachmentResourceIdentifierMarshaller.marshal(AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
           
 

Constructor parameters in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with type arguments of type AttachmentResourceIdentifier
DelegatingResourceIdentifierMarshaller(Marshaller<PageResourceIdentifier> pageResourceIdentifierMarshaller, Marshaller<BlogPostResourceIdentifier> blogPostResourceIdentifierMarshaller, Marshaller<AttachmentResourceIdentifier> attachmentResourceIdentifierMarshaller, Marshaller<UrlResourceIdentifier> urlResourceIdentifierMarshaller, Marshaller<ShortcutResourceIdentifier> shortcutResourceIdentifierMarshaller, Marshaller<UserResourceIdentifier> userResourceIdentifierMarshaller, Marshaller<SpaceResourceIdentifier> spaceResourceIdentifierMarshaller, Marshaller<ContentEntityResourceIdentifier> contentEntityResourceIdentifierMarshaller)
           
 

Uses of AttachmentResourceIdentifier in com.atlassian.confluence.content.render.xhtml.view.embed
 

Methods in com.atlassian.confluence.content.render.xhtml.view.embed with parameters of type AttachmentResourceIdentifier
 void DefaultAttachedImageResourceMarshaller.marshal(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
           
 void AttachedImageMarshaller.marshal(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
           
 void ViewUnidentifiedAttachmentMarshaller.writePlaceholder(XMLStreamWriter xmlStreamWriter, EmbeddedImage embeddedImage, AttachmentResourceIdentifier ri, ConversionContext context)
           
 void UnidentifiedAttachmentMarshaller.writePlaceholder(XMLStreamWriter xmlStreamWriter, EmbeddedImage embeddedImage, AttachmentResourceIdentifier ri, ConversionContext context)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.