|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
LinkBody |
EditorLinkBodyUnmarshaller.unmarshal(javax.xml.stream.XMLEventReader linkFragmentReader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext)
|
| Constructor parameters in com.atlassian.confluence.content.render.xhtml.editor.link with type arguments of type LinkBody | |
|---|---|
EditorLinkUnmarshaller(Unmarshaller<LinkBody<?>> linkBodyUnmarshaller,
Unmarshaller<ResourceIdentifier> actualLinkStateAnalyzingResourceIdentifierUnmarshaller,
Unmarshaller<ResourceIdentifier> idAndTypeResourceIdentifierUnmarshaller,
ResourceIdentifierResolver<IdAndTypeResourceIdentifier,java.lang.Object> idAndTypeResourceIdentifierResolver)
|
|
| 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 | |
|---|---|
LinkBody<?> |
DefaultLink.getBody()
|
| Constructors in com.atlassian.confluence.content.render.xhtml.model.links with parameters of type LinkBody | |
|---|---|
DefaultLink(ResourceIdentifier destinationResourceIdentifier,
LinkBody<?> body)
|
|
DefaultLink(ResourceIdentifier destinationResourceIdentifier,
LinkBody<?> body,
java.lang.String tooltip,
java.lang.String anchor)
|
|
| 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 | |
|---|---|
LinkBody |
StorageRichTextLinkBodyUnmarshaller.unmarshal(javax.xml.stream.XMLEventReader reader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext)
|
| Methods in com.atlassian.confluence.content.render.xhtml.storage.link with parameters of type LinkBody | |
|---|---|
Streamable |
StorageLinkBodyMarshaller.marshal(LinkBody<?> linkBody,
ConversionContext conversionContext)
|
| Constructor parameters in com.atlassian.confluence.content.render.xhtml.storage.link with type arguments of type LinkBody | |
|---|---|
StorageLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate,
Marshaller<ResourceIdentifier> resourceIdentifierMarshaller,
Marshaller<LinkBody> linkBodyMarshaller,
MarshallingRegistry marshallingRegistry)
|
|
StorageLinkUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller,
java.util.List<Unmarshaller<LinkBody>> linkBodyUnmarshallers,
XmlEventReaderFactory xmlEventReaderFactory,
ResourceIdentifierContextUtility resourceIdentifierContextUtility)
|
|
| Uses of LinkBody in com.atlassian.confluence.plugins.emailgateway.api |
|---|
| Methods in com.atlassian.confluence.plugins.emailgateway.api with parameters of type LinkBody | |
|---|---|
T |
LinkConverter.convert(java.net.URL linkUrl,
LinkBody<B> linkBody)
|
| Uses of LinkBody in com.atlassian.confluence.plugins.emailgateway.linkconverter.instances |
|---|
| Methods in com.atlassian.confluence.plugins.emailgateway.linkconverter.instances with parameters of type LinkBody | |
|---|---|
Link |
YouTubeLinkConverter.convert(java.net.URL linkUrl,
LinkBody<java.lang.Object> linkBody)
|
MacroDefinition |
WidgetLinkConverter.convert(java.net.URL link,
LinkBody<java.lang.Object> linkBody)
|
Link |
ConfluenceLinkConverter.convert(java.net.URL link,
LinkBody<java.lang.Object> linkBody)
|
| Uses of LinkBody in com.atlassian.confluence.xhtml.api |
|---|
| Classes in com.atlassian.confluence.xhtml.api that implement LinkBody | |
|---|---|
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. |
| Methods in com.atlassian.confluence.xhtml.api that return LinkBody | |
|---|---|
LinkBody<?> |
Link.getBody()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||