Uses of Class
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.AttachmentResourceIdentifier
-
-
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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description ContentEntityObject
AttachmentOwningContentResolver. resolve(AttachmentResourceIdentifier resourceIdentifier, ConversionContext conversionContext)
URI
AttachmentResourceIdentifierOnlyUriResolver. resolve(AttachmentResourceIdentifier resourceIdentifier, ConversionContext conversionContext)
Attachment
AttachmentResourceIdentifierResolver. resolve(AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
Constructors in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type AttachmentResourceIdentifier Constructor Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description Streamable
AttachedImageMarshaller. marshal(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
Streamable
DefaultAttachedImageResourceMarshaller. marshal(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
Streamable
UnidentifiedAttachmentMarshaller. marshalPlaceholder(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier ri, ConversionContext context)
Streamable
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 AttachmentResourceIdentifier Modifier and Type Method Description Class<AttachmentResourceIdentifier>
AttachmentPrefetcher. 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 AttachmentResourceIdentifier Modifier and Type Method Description void
AttachmentPrefetcher. prefetch(Set<AttachmentResourceIdentifier> attachmentIdentifiers, ConversionContext conversionContext)
Fetch the attachments for the given set of identifiers, and store them in the given conversion context.
-