Modifier and Type | Method and Description |
---|---|
LinkBody |
EditorLinkBodyUnmarshaller.unmarshal(XMLEventReader linkFragmentReader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext) |
Constructor and Description |
---|
EditorLinkUnmarshaller(Unmarshaller<LinkBody<?>> linkBodyUnmarshaller,
Unmarshaller<ResourceIdentifier> actualLinkStateAnalyzingResourceIdentifierUnmarshaller,
Unmarshaller<ResourceIdentifier> idAndTypeResourceIdentifierUnmarshaller,
ResourceIdentifierResolver<IdAndTypeResourceIdentifier,Object> idAndTypeResourceIdentifierResolver,
DarkFeaturesManager darkFeaturesManager) |
Modifier and Type | Method and Description |
---|---|
LinkBody<?> |
DefaultLink.getBody() |
Modifier and Type | Method and Description |
---|---|
Optional<LinkBody<?>> |
DefaultLinkBuilder.getBody() |
Modifier and Type | Method and Description |
---|---|
DefaultLinkBuilder |
DefaultLinkBuilder.withBody(LinkBody<?> body) |
Modifier and Type | Method and Description |
---|---|
DefaultLinkBuilder |
DefaultLinkBuilder.withBody(Optional<LinkBody<?>> body) |
Constructor and Description |
---|
DefaultLink(ResourceIdentifier destinationResourceIdentifier,
LinkBody<?> body)
Deprecated.
since 5.10. Use
DefaultLink.builder() or DefaultLink.builder(Link) |
DefaultLink(ResourceIdentifier destinationResourceIdentifier,
LinkBody<?> body,
String tooltip,
String anchor)
Deprecated.
since 5.10. Use
DefaultLink.builder() or DefaultLink.builder(Link) |
Modifier and Type | Method and Description |
---|---|
LinkBody |
StorageRichTextLinkBodyUnmarshaller.unmarshal(XMLEventReader reader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext) |
Modifier and Type | Method and Description |
---|---|
Streamable |
StorageLinkBodyMarshaller.marshal(LinkBody<?> linkBody,
ConversionContext conversionContext) |
Constructor and Description |
---|
StorageLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate,
Marshaller<ResourceIdentifier> resourceIdentifierMarshaller,
Marshaller<LinkBody> linkBodyMarshaller,
MarshallingRegistry marshallingRegistry) |
StorageLinkUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
List<Unmarshaller<LinkBody>> linkBodyUnmarshallers,
XmlEventReaderFactory xmlEventReaderFactory,
ResourceIdentifierContextUtility resourceIdentifierContextUtility) |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedImageLinkBody
A LinkBody representing an EmbeddedImage.
|
class |
PlainTextLinkBody
A PlainTextLinkBody is one that contains nothing but plain textual data.
|
class |
RichTextLinkBody
A RichTextLinkBody is one that contains XHTML data and may be displayed on an XHTML client without requiring any encoding.
|
Modifier and Type | Method and Description |
---|---|
LinkBody<?> |
Link.getBody() |
Copyright © 2003–2021 Atlassian. All rights reserved.