Uses of Interface
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ResourceIdentifier
-
-
Uses of ResourceIdentifier in com.atlassian.confluence.content.render.xhtml
Methods in com.atlassian.confluence.content.render.xhtml that return ResourceIdentifier Modifier and Type Method Description protected ResourceIdentifierDelegatingLinkMarshaller. getResourceIdentifier(Link link, ConversionContext conversionContext)Methods in com.atlassian.confluence.content.render.xhtml with parameters of type ResourceIdentifier Modifier and Type Method Description protected Marshaller<Link>DelegatingLinkMarshaller. getMarshallerForResourceIdentifier(ResourceIdentifier ri) -
Uses of ResourceIdentifier in com.atlassian.confluence.content.render.xhtml.editor.embed
Methods in com.atlassian.confluence.content.render.xhtml.editor.embed that return ResourceIdentifier Modifier and Type Method Description ResourceIdentifierCannotUnmarshalEmbeddedResourceException. getResourceIdentifier()Constructors in com.atlassian.confluence.content.render.xhtml.editor.embed with parameters of type ResourceIdentifier Constructor Description CannotUnmarshalEmbeddedResourceException(ResourceIdentifier resourceIdentifier, String title, Throwable cause)Constructor parameters in com.atlassian.confluence.content.render.xhtml.editor.embed with type arguments of type ResourceIdentifier Constructor Description EditorEmbeddedImageResourceUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, Unmarshaller<ResourceIdentifier> storageResourceIdentifierUnmarshaller, XmlEventReaderFactory xmlEventReaderFactory, MarshallingRegistry registry, AttachmentManager attachmentManager, PageManager pageManager) -
Uses of ResourceIdentifier in com.atlassian.confluence.content.render.xhtml.editor.link
Methods in com.atlassian.confluence.content.render.xhtml.editor.link that return ResourceIdentifier Modifier and Type Method Description ResourceIdentifierCannotUnmarshalLinkException. getResourceIdentifier()Constructors in com.atlassian.confluence.content.render.xhtml.editor.link with parameters of type ResourceIdentifier Constructor Description CannotUnmarshalLinkException(ResourceIdentifier resourceIdentifier, String linkAlias, Throwable cause)Constructor parameters in com.atlassian.confluence.content.render.xhtml.editor.link with type arguments of type ResourceIdentifier Constructor Description EditorUnresolvedLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, StaxStreamMarshaller<ResourceIdentifier> resourceIdentifierStaxStreamMarshaller, Marshaller<Link> unresolvedLinkBodyMarshaller, ModelToRenderedClassMapper mapper) -
Uses of ResourceIdentifier in com.atlassian.confluence.content.render.xhtml.editor.macro
Methods in com.atlassian.confluence.content.render.xhtml.editor.macro that return ResourceIdentifier Modifier and Type Method Description ResourceIdentifierConfluenceContentMacroParameterParser. parse(String linkText, PageContext pageContext) -
Uses of ResourceIdentifier in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers
Methods in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers that return ResourceIdentifier Modifier and Type Method Description ResourceIdentifierEditorAttachmentResourceIdentifierMarshallerAndUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)ResourceIdentifierEditorBlogPostResourceIdentifierMarshallerAndUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)ResourceIdentifierEditorPageResourceIdentifierMarshallerAndUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)ResourceIdentifierEditorShortcutResourceIdentifierMarshallerAndUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)ResourceIdentifierEditorSpaceResourceIdentifierMarshallerAndUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)ResourceIdentifierEditorUserResourceIdentifierMarshallerAndUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)ResourceIdentifierIdAndTypeAnalyzingResourceIdentifierUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)Methods in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers with parameters of type ResourceIdentifier Modifier and Type Method Description voidDelegatingEditorResourceIdentifierMarshaller. marshal(ResourceIdentifier resourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context) -
Uses of ResourceIdentifier in com.atlassian.confluence.content.render.xhtml.links
Constructor parameters in com.atlassian.confluence.content.render.xhtml.links with type arguments of type ResourceIdentifier Constructor Description XhtmlLinksUpdater(XmlEventReaderFactory xmlEventReaderFactory, XMLOutputFactory xmlOutputFactory, XMLEventFactory xmlEventFactory, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, ResourceIdentifierFactory resourceIdentifierFactory)XhtmlOutgoingLinksExtractor(XmlEventReaderFactory xmlEventReaderFactory, Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, String contentEntityResolverId, String draftResolverId, String idAndTypeResolverId) -
Uses of ResourceIdentifier in com.atlassian.confluence.content.render.xhtml.migration
Classes in com.atlassian.confluence.content.render.xhtml.migration that implement ResourceIdentifier Modifier and Type Class Description classUrlResourceIdentifierURL based identifier. -
Uses of ResourceIdentifier in com.atlassian.confluence.content.render.xhtml.model.links
Methods in com.atlassian.confluence.content.render.xhtml.model.links that return ResourceIdentifier Modifier and Type Method Description ResourceIdentifierDefaultLink. getDestinationResourceIdentifier()Methods in com.atlassian.confluence.content.render.xhtml.model.links that return types with arguments of type ResourceIdentifier Modifier and Type Method Description Optional<ResourceIdentifier>DefaultLinkBuilder. getDestinationResourceIdentifier()Methods in com.atlassian.confluence.content.render.xhtml.model.links with parameters of type ResourceIdentifier Modifier and Type Method Description LinkDefaultLink. updateDestination(ResourceIdentifier destination)Returns a new instance of this link with an updated destination.DefaultLinkBuilderDefaultLinkBuilder. withDestinationResourceIdentifier(ResourceIdentifier destinationResourceIdentifier)Method parameters in com.atlassian.confluence.content.render.xhtml.model.links with type arguments of type ResourceIdentifier Modifier and Type Method Description DefaultLinkBuilderDefaultLinkBuilder. withDestinationResourceIdentifier(Optional<ResourceIdentifier> destinationResourceIdentifier)Constructors in com.atlassian.confluence.content.render.xhtml.model.links with parameters of type ResourceIdentifier Constructor Description DefaultLink(ResourceIdentifier destinationResourceIdentifier, LinkBody<?> body)Deprecated.since 5.10.DefaultLink(ResourceIdentifier destinationResourceIdentifier, LinkBody<?> body, String tooltip, String anchor)Deprecated.since 5.10. -
Uses of ResourceIdentifier in com.atlassian.confluence.content.render.xhtml.model.resource
Methods in com.atlassian.confluence.content.render.xhtml.model.resource that return ResourceIdentifier Modifier and Type Method Description ResourceIdentifierDefaultEmbeddedImage. getResourceIdentifier() -
Uses of ResourceIdentifier in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Classes in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with type parameters of type ResourceIdentifier Modifier and Type Interface Description interfaceResourceIdentifierResolver<X extends ResourceIdentifier,Y>Responsible for resolving or locating the actual resource identified by a resource identifier.Subinterfaces of ResourceIdentifier in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers Modifier and Type Interface Description interfaceAttachmentContainerResourceIdentifierA marker interface for attachment container resource identifiers.interfaceNamedResourceIdentifierDefines a resource identifier for which a name can be determined.Classes in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers that implement ResourceIdentifier Modifier and Type Class Description classAttachmentResourceIdentifierclassBlogPostResourceIdentifierRestrict BlogPostsForDateDto to a single BlogPost on a date.classBlogPostsForDateResourceIdentifierclassContentEntityResourceIdentifierclassDraftResourceIdentifierIdentifies a draft resource.classIdAndTypeResourceIdentifierResource identifier containing the the id and type of a resource.classPageResourceIdentifierclassPageTemplateResourceIdentifierclassShortcutResourceIdentifierclassSpaceResourceIdentifierclassUnresolvedUsernameResourceIdentifierAResourceIdentifierused for usernames that cannot be resolved to existing users.classUserResourceIdentifierclassWikiLinkBasedResourceIdentifierA resource identifier representing just the raw data of the link to preserve links which could not be resolved.Methods in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers that return ResourceIdentifier Modifier and Type Method Description ResourceIdentifierDefaultResourceIdentifierContextUtility. convertToAbsolute(ResourceIdentifier ri, ContentEntityObject ceo)ResourceIdentifierResourceIdentifierContextUtility. convertToAbsolute(ResourceIdentifier ri, ContentEntityObject ceo)Create and return a fully populated version of the supplied ResourceIdentifier with any missing attributes derived from the supplied context ContentEntityObject.ResourceIdentifierDefaultResourceIdentifierContextUtility. convertToRelative(ResourceIdentifier ri, ContentEntityObject ceo)ResourceIdentifierResourceIdentifierContextUtility. convertToRelative(ResourceIdentifier ri, ContentEntityObject ceo)Make the provided ResourceIdentifier as relative as possible to the provided ContentEntityObject.ResourceIdentifierDefaultResourceIdentifierContextUtility. createAbsolutePageTemplateResourceIdentifier(PageTemplate template)default ResourceIdentifierResourceIdentifierContextUtility. createAbsolutePageTemplateResourceIdentifier(PageTemplate template)Create a ResourceIdentifier from the supplied PageTemplate.ResourceIdentifierDefaultResourceIdentifierContextUtility. createAbsoluteResourceIdentifier(ContentEntityObject ceo)ResourceIdentifierResourceIdentifierContextUtility. createAbsoluteResourceIdentifier(ContentEntityObject ceo)Create a fully populated (absolute) ResourceIdentifier from the supplied ContentEntityObject.ResourceIdentifierCannotResolveResourceIdentifierException. getResourceIdentifier()ResourceIdentifierDefaultResourceIdentifierFactory. getResourceIdentifier(Object resource, ConversionContext context)ResourceIdentifierResourceIdentifierFactory. getResourceIdentifier(Object resource, ConversionContext context)Creates a resource identifier for the specified resource.ResourceIdentifierDefaultResourceIdentifierContextUtility. innerConvertToRelative(ResourceIdentifier ri, ContentEntityObject ceo)Methods in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type ResourceIdentifier Modifier and Type Method Description ResourceIdentifierDefaultResourceIdentifierContextUtility. convertToAbsolute(ResourceIdentifier ri, ContentEntityObject ceo)ResourceIdentifierResourceIdentifierContextUtility. convertToAbsolute(ResourceIdentifier ri, ContentEntityObject ceo)Create and return a fully populated version of the supplied ResourceIdentifier with any missing attributes derived from the supplied context ContentEntityObject.ResourceIdentifierDefaultResourceIdentifierContextUtility. convertToRelative(ResourceIdentifier ri, ContentEntityObject ceo)ResourceIdentifierResourceIdentifierContextUtility. convertToRelative(ResourceIdentifier ri, ContentEntityObject ceo)Make the provided ResourceIdentifier as relative as possible to the provided ContentEntityObject.ResourceIdentifierDefaultResourceIdentifierContextUtility. innerConvertToRelative(ResourceIdentifier ri, ContentEntityObject ceo)booleanDefaultResourceIdentifierMatcher. matches(ContentEntityObject ceo, ResourceIdentifier ri)protected booleanDefaultResourceIdentifierMatcher. matches(BlogPost blog, ResourceIdentifier ri)protected booleanDefaultResourceIdentifierMatcher. matches(Comment comment, ResourceIdentifier ri)Remembering that this implementation is intended for use in rendering then a Comment is said to match the ResourceIdentifier if the parent of the Comment matches the ResourceIdentifier.protected booleanDefaultResourceIdentifierMatcher. matches(Draft draft, ResourceIdentifier ri)protected booleanDefaultResourceIdentifierMatcher. matches(Page page, ResourceIdentifier ri)booleanResourceIdentifierMatcher. matches(ContentEntityObject ceo, ResourceIdentifier ri)Constructors in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type ResourceIdentifier Constructor Description CannotResolveResourceIdentifierException(ResourceIdentifier resourceIdentifier, String message)CannotResolveResourceIdentifierException(ResourceIdentifier resourceIdentifier, String message, Throwable cause) -
Uses of ResourceIdentifier in com.atlassian.confluence.content.render.xhtml.storage.embed
Constructor parameters in com.atlassian.confluence.content.render.xhtml.storage.embed with type arguments of type ResourceIdentifier Constructor Description StorageEmbeddedImageMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, MarshallingRegistry registry)StorageEmbeddedImageUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, XmlEventReaderFactory xmlEventReaderFactory) -
Uses of ResourceIdentifier in com.atlassian.confluence.content.render.xhtml.storage.link
Constructor parameters in com.atlassian.confluence.content.render.xhtml.storage.link with type arguments of type ResourceIdentifier Constructor Description StorageLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, Marshaller<LinkBody> linkBodyMarshaller, MarshallingRegistry marshallingRegistry)StorageLinkUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, List<Unmarshaller<LinkBody>> linkBodyUnmarshallers, XmlEventReaderFactory xmlEventReaderFactory, ResourceIdentifierContextUtility resourceIdentifierContextUtility) -
Uses of ResourceIdentifier in com.atlassian.confluence.content.render.xhtml.storage.macro
Method parameters in com.atlassian.confluence.content.render.xhtml.storage.macro with type arguments of type ResourceIdentifier Modifier and Type Method Description FragmentTransformerStorageMacroFragmentTransformerFactory. createStorageMacroFragmentTransformer(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller)FragmentTransformerStorageMacroFragmentTransformerFactory. createStorageMacroFragmentTransformer(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller)Constructor parameters in com.atlassian.confluence.content.render.xhtml.storage.macro with type arguments of type ResourceIdentifier Constructor Description StorageMacroV2Marshaller(XmlOutputFactory xmlOutputFactory, MacroMetadataManager macroMetadataManager, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, Marshaller<Link> linkMarshaller, MacroParameterTypeParser macroParameterTypeParser, MacroIdSupplier macroIdSupplier, MacroSchemaMigrator macroSchemaMigrator, MacroManager macroManager)StorageMacroV2Unmarshaller(XmlEventReaderFactory xmlEventReaderFactory, MacroMetadataManager macroMetadataManager, Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, Unmarshaller<Link> linkUnmarshaller, StorageMacroBodyParser storageMacroBodyParser, MacroManager macroManager) -
Uses of ResourceIdentifier in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
Methods in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers that return ResourceIdentifier Modifier and Type Method Description ResourceIdentifierDelegatingResourceIdentifierUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)ResourceIdentifierStorageResourceIdentifierUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)Methods in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with parameters of type ResourceIdentifier Modifier and Type Method Description StreamableDelegatingResourceIdentifierMarshaller. marshal(ResourceIdentifier resourceIdentifier, ConversionContext conversionContext)StreamableMakeRelativeAndDelegateResourceIdentifierMarshaller. marshal(ResourceIdentifier resourceId, ConversionContext conversionContext)Constructor parameters in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with type arguments of type ResourceIdentifier Constructor Description DelegatingResourceIdentifierUnmarshaller(List<Unmarshaller<ResourceIdentifier>> unmarshallers)MakeRelativeAndDelegateResourceIdentifierMarshaller(Marshaller<ResourceIdentifier> delegate, ResourceIdentifierContextUtility resourceIdentifierContextUtility)StorageAttachmentResourceIdentifierMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<ResourceIdentifier> attachmentContainerResourceIdentifierMarshaller, AttachmentManager attachmentManager, ContentEntityManager contentEntityManager, DarkFeaturesManager darkFeaturesManager) -
Uses of ResourceIdentifier in com.atlassian.confluence.content.render.xhtml.view.link
Constructor parameters in com.atlassian.confluence.content.render.xhtml.view.link with type arguments of type ResourceIdentifier Constructor Description ViewUnresolvedLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, StaxStreamMarshaller<ResourceIdentifier> resourceIdentifierStaxStreamMarshaller, Marshaller<Link> unresolvedLinkBodyMarshaller, ModelToRenderedClassMapper mapper) -
Uses of ResourceIdentifier in com.atlassian.confluence.impl.content.render.prefetch
Classes in com.atlassian.confluence.impl.content.render.prefetch with type parameters of type ResourceIdentifier Modifier and Type Interface Description interfaceResourcePrefetcher<T extends ResourceIdentifier>Methods in com.atlassian.confluence.impl.content.render.prefetch with type parameters of type ResourceIdentifier Modifier and Type Method Description <T extends ResourceIdentifier>
Set<T>ResourceIdentifiers. getResourceIdentifiers(Class<T> identifierType)Constructor parameters in com.atlassian.confluence.impl.content.render.prefetch with type arguments of type ResourceIdentifier Constructor Description ResourceIdentifiers(Map<Class<? extends ResourceIdentifier>,Set<ResourceIdentifier>> resourceIdentifiers)ResourceIdentifiers(Map<Class<? extends ResourceIdentifier>,Set<ResourceIdentifier>> resourceIdentifiers) -
Uses of ResourceIdentifier in com.atlassian.confluence.impl.content.render.prefetch.xhtml
Constructor parameters in com.atlassian.confluence.impl.content.render.prefetch.xhtml with type arguments of type ResourceIdentifier Constructor Description XhtmlResourceIdentifierExtractor(XmlEventReaderFactory xmlEventReaderFactory, Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller) -
Uses of ResourceIdentifier in com.atlassian.confluence.xhtml.api
Methods in com.atlassian.confluence.xhtml.api that return ResourceIdentifier Modifier and Type Method Description ResourceIdentifierLink. getDestinationResourceIdentifier()ResourceIdentifierEmbeddedImage. getResourceIdentifier()Methods in com.atlassian.confluence.xhtml.api with parameters of type ResourceIdentifier Modifier and Type Method Description LinkLink. updateDestination(ResourceIdentifier destinationResourceIdentifier)Returns a new instance of this link with an updated destination.
-