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
 Streamable EditorUnidentifiedAttachmentMarshaller.marshalPlaceholder(XmlStreamWriterTemplate xmlStreamWriterTemplate, 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)
           
 URI AttachmentResourceIdentifierOnlyUriResolver.resolve(AttachmentResourceIdentifier resourceIdentifier, ConversionContext conversionContext)
           
 ContentEntityObject AttachmentOwningContentResolver.resolve(AttachmentResourceIdentifier resourceIdentifier, 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
 Streamable StorageAttachmentResourceIdentifierMarshaller.marshal(AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
           
 

Method parameters in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with type arguments of type AttachmentResourceIdentifier
 void DelegatingResourceIdentifierMarshaller.setAttachmentResourceIdentifierMarshaller(Marshaller<AttachmentResourceIdentifier> attachmentResourceIdentifierMarshaller)
           
 

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
 Streamable DefaultAttachedImageResourceMarshaller.marshal(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
           
 Streamable AttachedImageMarshaller.marshal(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
           
 Streamable ViewUnidentifiedAttachmentMarshaller.marshalPlaceholder(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier ri, ConversionContext context)
           
 Streamable UnidentifiedAttachmentMarshaller.marshalPlaceholder(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier ri, ConversionContext context)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.