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 StreamableEditorUnidentifiedAttachmentMarshaller. 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 voidEditorAttachmentResourceIdentifierMarshallerAndUnmarshaller. 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 ContentEntityObjectAttachmentOwningContentResolver. resolve(AttachmentResourceIdentifier resourceIdentifier, ConversionContext conversionContext)URIAttachmentResourceIdentifierOnlyUriResolver. resolve(AttachmentResourceIdentifier resourceIdentifier, ConversionContext conversionContext)AttachmentAttachmentResourceIdentifierResolver. 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 StreamableStorageAttachmentResourceIdentifierMarshaller. 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 voidDelegatingResourceIdentifierMarshaller. 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 StreamableAttachedImageMarshaller. marshal(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)StreamableDefaultAttachedImageResourceMarshaller. marshal(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)StreamableUnidentifiedAttachmentMarshaller. marshalPlaceholder(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier ri, ConversionContext context)StreamableViewUnidentifiedAttachmentMarshaller. 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 voidAttachmentPrefetcher. prefetch(Set<AttachmentResourceIdentifier> attachmentIdentifiers, ConversionContext conversionContext)Fetch the attachments for the given set of identifiers, and store them in the given conversion context.
-