Uses of Interface
com.atlassian.confluence.xhtml.api.LinkBody
Packages that use LinkBody
Package
Description
-
Uses of LinkBody in com.atlassian.confluence.content.render.xhtml.editor.link
Methods in com.atlassian.confluence.content.render.xhtml.editor.link that return LinkBodyModifier and TypeMethodDescriptionEditorLinkBodyUnmarshaller.unmarshal(XMLEventReader linkFragmentReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) Constructor parameters in com.atlassian.confluence.content.render.xhtml.editor.link with type arguments of type LinkBodyModifierConstructorDescriptionEditorLinkUnmarshaller(Unmarshaller<LinkBody<?>> linkBodyUnmarshaller, Unmarshaller<ResourceIdentifier> actualLinkStateAnalyzingResourceIdentifierUnmarshaller, Unmarshaller<ResourceIdentifier> idAndTypeResourceIdentifierUnmarshaller, ResourceIdentifierResolver<IdAndTypeResourceIdentifier, Addressable> idAndTypeResourceIdentifierResolver, DarkFeaturesManager darkFeaturesManager) -
Uses of LinkBody in com.atlassian.confluence.content.render.xhtml.model.links
Methods in com.atlassian.confluence.content.render.xhtml.model.links that return LinkBodyMethods in com.atlassian.confluence.content.render.xhtml.model.links that return types with arguments of type LinkBodyMethods in com.atlassian.confluence.content.render.xhtml.model.links with parameters of type LinkBodyModifier and TypeMethodDescriptionMethod parameters in com.atlassian.confluence.content.render.xhtml.model.links with type arguments of type LinkBodyModifier and TypeMethodDescriptionConstructors in com.atlassian.confluence.content.render.xhtml.model.links with parameters of type LinkBodyModifierConstructorDescriptionDefaultLink(ResourceIdentifier destinationResourceIdentifier, LinkBody<?> body) Deprecated.since 5.10.DefaultLink(ResourceIdentifier destinationResourceIdentifier, LinkBody<?> body, String tooltip, String anchor) Deprecated.since 5.10. -
Uses of LinkBody in com.atlassian.confluence.content.render.xhtml.storage.link
Methods in com.atlassian.confluence.content.render.xhtml.storage.link that return LinkBodyModifier and TypeMethodDescriptionStorageRichTextLinkBodyUnmarshaller.unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) Methods in com.atlassian.confluence.content.render.xhtml.storage.link with parameters of type LinkBodyModifier and TypeMethodDescriptionStorageLinkBodyMarshaller.marshal(LinkBody<?> linkBody, ConversionContext conversionContext) Constructor parameters in com.atlassian.confluence.content.render.xhtml.storage.link with type arguments of type LinkBodyModifierConstructorDescriptionStorageLinkUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, List<Unmarshaller<LinkBody>> linkBodyUnmarshallers, XmlEventReaderFactory xmlEventReaderFactory, ResourceIdentifierContextUtility resourceIdentifierContextUtility) -
Uses of LinkBody in com.atlassian.confluence.xhtml.api
Classes in com.atlassian.confluence.xhtml.api that implement LinkBodyModifier and TypeClassDescriptionclassA LinkBody representing an EmbeddedImage.classA PlainTextLinkBody is one that contains nothing but plain textual data.classA RichTextLinkBody is one that contains XHTML data and may be displayed on an XHTML client without requiring any encoding.Methods in com.atlassian.confluence.xhtml.api that return LinkBody