Uses of Class
com.atlassian.confluence.content.render.xhtml.model.links.UnresolvedLink
Packages that use UnresolvedLink
Package
Description
-
Uses of UnresolvedLink in com.atlassian.confluence.content.render.xhtml.editor.link
Methods in com.atlassian.confluence.content.render.xhtml.editor.link with parameters of type UnresolvedLinkModifier and TypeMethodDescriptionprotected void
EditorUnresolvedLinkMarshaller.writeAdditionalAttributes
(UnresolvedLink unresolvedLink, XMLStreamWriter xmlStreamWriter, Marshaller<Link> unresolvedLinkBodyMarshaller, ConversionContext conversionContext) -
Uses of UnresolvedLink in com.atlassian.confluence.content.render.xhtml.model.links
Subclasses of UnresolvedLink in com.atlassian.confluence.content.render.xhtml.model.links -
Uses of UnresolvedLink in com.atlassian.confluence.content.render.xhtml.view.link
Fields in com.atlassian.confluence.content.render.xhtml.view.link with type parameters of type UnresolvedLinkModifier and TypeFieldDescriptionprotected final Marshaller<UnresolvedLink>
ViewIdAndTypeLinkMarshaller.unresolvedLinkMarshaller
Methods in com.atlassian.confluence.content.render.xhtml.view.link that return types with arguments of type UnresolvedLinkModifier and TypeMethodDescriptionViewLinkSubMarshallerFactory.newUnresolvedLinkMarshaller()
ViewLinkSubMarshallerFactoryImpl.newUnresolvedLinkMarshaller()
Methods in com.atlassian.confluence.content.render.xhtml.view.link with parameters of type UnresolvedLinkModifier and TypeMethodDescriptionViewUnresolvedLinkMarshaller.marshal
(UnresolvedLink unresolvedLink, ConversionContext conversionContext) protected void
ViewUnresolvedLinkMarshaller.writeAdditionalAttributes
(UnresolvedLink unresolvedLink, XMLStreamWriter xmlStreamWriter, Marshaller<Link> unresolvedLinkBodyMarshaller, ConversionContext conversionContext) Constructor parameters in com.atlassian.confluence.content.render.xhtml.view.link with type arguments of type UnresolvedLinkModifierConstructorDescriptionViewAttachmentLinkMarshaller
(XmlStreamWriterTemplate xmlStreamWriterTemplate, PageManager pageManager, ContentEntityManager contentEntityManager, AttachmentManager attachmentManager, PermissionManager permissionManager, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, Marshaller<Link> linkBodyMarshaller, @Nullable StaxStreamMarshaller<Link> commonLinkAttributeStaxStreamMarshaller, DraftManager draftManager, HrefEvaluator hrefEvaluator, Marshaller<UnresolvedLink> notPermittedLinkMarshaller, ResourceIdentifierContextUtility riUtils, ModelToRenderedClassMapper linkClassRenderer) ViewContentEntityLinkMarshaller
(ContentEntityResourceIdentifierResolver resourceIdentifierResolver, PermissionManager permissionManager, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, CommonLinkAttributesWriter commonLinkAttributesWriter, Marshaller<Link> linkBodyMarshaller, HrefEvaluator hrefEvaluator, @Nullable StaxStreamMarshaller<Link> linkStaxStreamMarshaller) ViewIdAndTypeLinkMarshaller
(IdAndTypeResourceIdentifierResolver resourceIdentifierResolver, PermissionManager permissionManager, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, CommonLinkAttributesWriter commonLinkAttributesWriter, Marshaller<Link> linkBodyMarshaller, Marshaller<Link> notPermittedLinkMarshaller, HrefEvaluator hrefEvaluator, @Nullable StaxStreamMarshaller<Link> linkStaxStreamMarshaller) ViewShortcutLinkMarshaller
(ShortcutLinksManager shortcutLinksManager, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, XmlStreamWriterTemplate xmlStreamWriterTemplate, CommonLinkAttributesWriter commonLinkAttributesWriter, Marshaller<Link> linkBodyMarshaller, @Nullable StaxStreamMarshaller<ShortcutResourceIdentifier> resourceIdentifierStaxStreamMarshaller, @Nullable StaxStreamMarshaller<Link> linkStaxStreamMarshaller)