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, javax.xml.stream.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, java.lang.String message, java.lang.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-2014 Atlassian. All Rights Reserved.