Uses of Interface
com.atlassian.confluence.xhtml.api.LinkBody

Packages that use LinkBody
com.atlassian.confluence.content.render.xhtml.editor.link   
com.atlassian.confluence.content.render.xhtml.model.links   
com.atlassian.confluence.content.render.xhtml.storage.link   
com.atlassian.confluence.xhtml.api   
 

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(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,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, String tooltip, 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(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.link with parameters of type LinkBody
 String 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)
           
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
 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()
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.