Uses of Class
com.atlassian.confluence.content.render.xhtml.model.links.UnresolvedLink
-
-
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 UnresolvedLink Modifier and Type Method Description protected 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 Modifier and Type Class Description class
NotPermittedLink
A not permitted link. -
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 UnresolvedLink Modifier and Type Field Description protected Marshaller<UnresolvedLink>
ViewIdAndTypeLinkMarshaller. unresolvedLinkMarshaller
Methods in com.atlassian.confluence.content.render.xhtml.view.link that return types with arguments of type UnresolvedLink Modifier and Type Method Description Marshaller<UnresolvedLink>
ViewLinkSubMarshallerFactory. newUnresolvedLinkMarshaller()
Marshaller<UnresolvedLink>
ViewLinkSubMarshallerFactoryImpl. newUnresolvedLinkMarshaller()
Methods in com.atlassian.confluence.content.render.xhtml.view.link with parameters of type UnresolvedLink Modifier and Type Method Description Streamable
ViewUnresolvedLinkMarshaller. 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 UnresolvedLink Constructor Description ViewAttachmentLinkMarshaller(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)
-