Uses of Interface
com.atlassian.confluence.xhtml.api.LinkBody
-
-
Uses of LinkBody in com.atlassian.confluence.content.render.xhtml.editor.link
Methods in com.atlassian.confluence.content.render.xhtml.editor.link that return LinkBody Modifier and Type Method Description LinkBodyEditorLinkBodyUnmarshaller. unmarshal(XMLEventReader linkFragmentReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)Constructor parameters in com.atlassian.confluence.content.render.xhtml.editor.link with type arguments of type LinkBody Constructor Description EditorLinkUnmarshaller(Unmarshaller<LinkBody<?>> linkBodyUnmarshaller, Unmarshaller<ResourceIdentifier> actualLinkStateAnalyzingResourceIdentifierUnmarshaller, Unmarshaller<ResourceIdentifier> idAndTypeResourceIdentifierUnmarshaller, ResourceIdentifierResolver<IdAndTypeResourceIdentifier,Object> 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 LinkBody Modifier and Type Method Description LinkBody<?>DefaultLink. getBody()Methods in com.atlassian.confluence.content.render.xhtml.model.links that return types with arguments of type LinkBody Modifier and Type Method Description Optional<LinkBody<?>>DefaultLinkBuilder. getBody()Methods in com.atlassian.confluence.content.render.xhtml.model.links with parameters of type LinkBody Modifier and Type Method Description DefaultLinkBuilderDefaultLinkBuilder. withBody(LinkBody<?> body)Method parameters in com.atlassian.confluence.content.render.xhtml.model.links with type arguments of type LinkBody Modifier and Type Method Description DefaultLinkBuilderDefaultLinkBuilder. withBody(Optional<LinkBody<?>> body)Constructors in com.atlassian.confluence.content.render.xhtml.model.links with parameters of type LinkBody 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 LinkBody in com.atlassian.confluence.content.render.xhtml.storage.link
Methods in com.atlassian.confluence.content.render.xhtml.storage.link that return LinkBody Modifier and Type Method Description LinkBodyStorageRichTextLinkBodyUnmarshaller. unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)Methods in com.atlassian.confluence.content.render.xhtml.storage.link with parameters of type LinkBody Modifier and Type Method Description StreamableStorageLinkBodyMarshaller. marshal(LinkBody<?> linkBody, ConversionContext conversionContext)Constructor parameters in com.atlassian.confluence.content.render.xhtml.storage.link with type arguments of type LinkBody Constructor Description StorageLinkUnmarshaller(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 LinkBody Modifier and Type Class Description classEmbeddedImageLinkBodyA LinkBody representing an EmbeddedImage.classPlainTextLinkBodyA PlainTextLinkBody is one that contains nothing but plain textual data.classRichTextLinkBodyA 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 Modifier and Type Method Description LinkBody<?>Link. getBody()
-