Uses of Class
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.AttachmentResourceIdentifier
Packages that use AttachmentResourceIdentifier
Package
Description
-
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 AttachmentResourceIdentifierModifier and TypeMethodDescriptionEditorUnidentifiedAttachmentMarshaller.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 AttachmentResourceIdentifierModifier and TypeMethodDescriptionvoid
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 AttachmentResourceIdentifierModifier and TypeMethodDescriptionAttachmentOwningContentResolver.resolve
(AttachmentResourceIdentifier resourceIdentifier, ConversionContext conversionContext) AttachmentResourceIdentifierOnlyUriResolver.resolve
(AttachmentResourceIdentifier resourceIdentifier, ConversionContext conversionContext) AttachmentResourceIdentifierResolver.resolve
(AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext) Constructors in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type AttachmentResourceIdentifierModifierConstructorDescriptionCannotResolveAttachmentContainerException
(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 AttachmentResourceIdentifierModifier and TypeMethodDescriptionStorageAttachmentResourceIdentifierMarshaller.marshal
(AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext) Method parameters in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with type arguments of type AttachmentResourceIdentifierModifier and TypeMethodDescriptionvoid
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 AttachmentResourceIdentifierModifier and TypeMethodDescriptionAttachedImageMarshaller.marshal
(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext) DefaultAttachedImageResourceMarshaller.marshal
(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext) UnidentifiedAttachmentMarshaller.marshalPlaceholder
(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier ri, ConversionContext context) ViewUnidentifiedAttachmentMarshaller.marshalPlaceholder
(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier ri, ConversionContext context) -
Uses of AttachmentResourceIdentifier in com.atlassian.confluence.impl.content.render.prefetch
Methods in com.atlassian.confluence.impl.content.render.prefetch that return types with arguments of type AttachmentResourceIdentifierModifier and TypeMethodDescriptionAttachmentPrefetcher.getResourceItentifierType()
static @NonNull Function<AttachmentResourceIdentifier,
Optional<Attachment>> AttachmentPrefetcher.prefetchedAttachments
(ConversionContext conversionContext) Method parameters in com.atlassian.confluence.impl.content.render.prefetch with type arguments of type AttachmentResourceIdentifierModifier and TypeMethodDescriptionvoid
AttachmentPrefetcher.prefetch
(Set<AttachmentResourceIdentifier> attachmentIdentifiers, ConversionContext conversionContext) Fetch the attachments for the given set of identifiers, and store them in the given conversion context.